ack/lang/cem/lint/proto.make

12 lines
211 B
Plaintext
Raw Normal View History

1991-09-30 16:51:49 +00:00
# $Header$
#PARAMS do not remove this line!
DIRS = lpass1 lpass1.ansi lpass2 llib
all:
for i in $(DIRS) ; do cd $i ; make ; cd .. ; done
install:
for i in $(DIRS) ; do cd $i ; make install ; cd .. ; done