*** empty log message ***
This commit is contained in:
19
mach/6500/dl/Makefile
Normal file
19
mach/6500/dl/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user