5 lines
35 B
Makefile
5 lines
35 B
Makefile
|
CFLAGS=-Wall -g
|
||
|
|
||
|
clean:
|
||
|
rm -f ex1
|