bpm-tools/Makefile

9 lines
80 B
Makefile
Raw Normal View History

2011-12-05 17:36:31 -02:00
CFLAGS += -Wall -MMD
tempo: tempo.o
clean:
rm -f tempo *.o *.d
-include *.d