ebc7a50d8f
adapted to new archive updating style, with LIST and march and all that
17 lines
188 B
Makefile
17 lines
188 B
Makefile
# $Header$
|
|
|
|
head:
|
|
echo This Makefile needs arguments
|
|
|
|
distr:
|
|
rm `head -1 LIST`; arch cr `head -1 LIST` `tail +2 LIST`
|
|
|
|
clean:
|
|
rm -f *.old
|
|
|
|
opr:
|
|
make pr | opr
|
|
|
|
pr:
|
|
@pr Makefile *.[ec]
|