added ACK entries to Makefile
This commit is contained in:
parent
0e847669e8
commit
5ffe3a4280
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# $Header$
|
# $Header$
|
||||||
|
|
||||||
EM = /usr/em# # EM tree
|
EM = ../../..# # EM tree
|
||||||
|
|
||||||
.SUFFIXES: .em22 .em24 .em44
|
.SUFFIXES: .em22 .em24 .em44
|
||||||
|
|
||||||
|
|
@ -26,3 +26,9 @@ clean:
|
||||||
rm -f e.out core mon.out int.mess int.log int.core int.tally \
|
rm -f e.out core mon.out int.mess int.log int.core int.tally \
|
||||||
*.k *.m *.o *.s *.em?? a.out
|
*.k *.m *.o *.s *.em?? a.out
|
||||||
|
|
||||||
|
distr: .distr
|
||||||
|
|
||||||
|
.distr:
|
||||||
|
echo *.[cp] Makefile READ_ME | tr ' ' '\012' > .distr
|
||||||
|
|
||||||
|
all install cmp pr opr:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue