5 lines
38 B
Makefile
5 lines
38 B
Makefile
|
CFLAGS=-O
|
||
|
|
||
|
dl: dl.o
|
||
|
cc -n -o dl dl.o
|