bpm-tools/Makefile

10 lines
83 B
Makefile
Raw Normal View History

2011-12-05 19:45:34 -02:00
-include .config
2011-12-05 21:06:53 -02:00
CFLAGS += -Wall
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:53 -02:00
rm -f bpm *.o