bpm-tools/Makefile

12 lines
112 B
Makefile
Raw Normal View History

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