7 lines
47 B
Makefile
7 lines
47 B
Makefile
|
CFLAGS=-Wall -g
|
||
|
|
||
|
all: fake
|
||
|
|
||
|
clean:
|
||
|
rm -f fake
|