Rename
This commit is contained in:
parent
7f1cb8bd33
commit
4009cd7315
|
|
@ -1,3 +1,3 @@
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
tempo
|
bpm
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue