bpm-tools/Makefile

10 lines
83 B
Makefile

-include .config
CFLAGS += -Wall
LDLIBS += -lm
bpm: bpm.o
clean:
rm -f bpm *.o