ack/mach/z80/int/Makefile
1984-06-25 16:22:03 +00:00

5 lines
38 B
Makefile

CFLAGS=-O
dl: dl.o
cc -n -o dl dl.o