ack/lang/cem/libcc.ansi/proto.make
1991-08-26 16:21:27 +00:00

11 lines
192 B
Makefile

# $Header$
#PARAMS do not remove this line!
all:
install:
-mkdir $(TARGET_HOME)/include/tail_ac
( cd headers; tar cf - `cat LIST` ) | ( cd $(TARGET_HOME)/include/tail_ac ; tar xf - )