6 lines
45 B
Makefile
6 lines
45 B
Makefile
|
all:
|
||
|
cc *.c -omain -O0 -g3
|
||
|
|
||
|
clean:
|
||
|
rm main
|