Adapted to make use of ../../compare and ../../install.

This commit is contained in:
keie
1984-10-26 11:48:51 +00:00
parent 90a899316e
commit 88b487cd7b
4 changed files with 12 additions and 16 deletions

View File

@@ -1,15 +1,14 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=z80" "SUF=s"
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
LIBDIR=../lib
install:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
cmp:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
cmp head_pc $(LIBDIR)/head_pc
cmp tail_pc $(LIBDIR)/tail_pc
-../../compare head_pc
-../../compare tail_pc
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*