improved Makefile

This commit is contained in:
ceriel 1990-01-23 13:16:47 +00:00
parent 76cd1e34ca
commit 94b3467079

View file

@ -14,12 +14,12 @@ all: head_em tail_mon
head_em: head_em.s head_em: head_em.s
vax4 -I../../../h -c head_em.s vax4 -I../../../h -c head_em.s
tail_mon: tail_mon: libmon_s.a
ASAR=aal ; export ASAR ;\ ASAR=aal ; export ASAR ;\
march . tail_mon march . tail_mon
clean: clean:
rm -f *.o rm -f *.o tail_mon
opr: opr:
make pr | opr make pr | opr
pr: pr: