*** empty log message ***

This commit is contained in:
keie 1984-10-23 15:29:53 +00:00
parent e5277be072
commit 0d853f8c4b
2 changed files with 25 additions and 2 deletions

19
mach/6500/dl/Makefile Normal file
View File

@ -0,0 +1,19 @@
CFLAGS=-O
dl: dl.o
cc -o dl -n dl.o
install: dl
../../install dl
cmp: dl
-../../compare dl
opr:
make pr | opr
pr:
@pr `pwd`/dl.c
clean:
-rm -f *.o *.old dl

View File

@ -1,3 +1,7 @@
all:
cp head.s ../lib/em_head
cp e.a ../lib/em_tail
cp head.s em_head
../../install em_head
rm -f em_head
cp e.a em_tail
-../../compare em_tail
rm -f em_head em_tail