7 lines
48 B
Makefile
7 lines
48 B
Makefile
CFLAGS=-O2 -Wall
|
|
|
|
wait: wait.c
|
|
|
|
clean:
|
|
rm wait
|