bpm-tools/Makefile

12 lines
106 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
2011-12-05 21:06:30 -02:00
bpm: bpm.o
2011-12-05 17:36:31 -02:00
clean:
2011-12-05 21:06:30 -02:00
rm -f bpm *.o *.d
2011-12-05 17:36:31 -02:00
-include *.d