9 lines
80 B
Makefile
9 lines
80 B
Makefile
|
|
CFLAGS += -Wall -MMD
|
||
|
|
|
||
|
|
tempo: tempo.o
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f tempo *.o *.d
|
||
|
|
|
||
|
|
-include *.d
|