*** empty log message ***

This commit is contained in:
keie
1984-10-23 15:29:53 +00:00
parent 533d2bb940
commit 2cb8aae438
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