This commit is contained in:
Mark Hills 2011-12-05 23:06:30 +00:00
parent 7f1cb8bd33
commit 4009cd7315
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
*.o *.o
*.d *.d
tempo bpm

View File

@ -3,9 +3,9 @@
CFLAGS += -Wall -MMD CFLAGS += -Wall -MMD
LDLIBS += -lm LDLIBS += -lm
tempo: tempo.o bpm: bpm.o
clean: clean:
rm -f tempo *.o *.d rm -f bpm *.o *.d
-include *.d -include *.d

View File