Rename
This commit is contained in:
parent
7f1cb8bd33
commit
4009cd7315
|
|
@ -1,3 +1,3 @@
|
|||
*.o
|
||||
*.d
|
||||
tempo
|
||||
bpm
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -3,9 +3,9 @@
|
|||
CFLAGS += -Wall -MMD
|
||||
LDLIBS += -lm
|
||||
|
||||
tempo: tempo.o
|
||||
bpm: bpm.o
|
||||
|
||||
clean:
|
||||
rm -f tempo *.o *.d
|
||||
rm -f bpm *.o *.d
|
||||
|
||||
-include *.d
|
||||
|
|
|
|||
Loading…
Reference in New Issue