diff --git a/.gitignore b/.gitignore index 51c17d9..bc2a95a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.o *.d -tempo +bpm diff --git a/Makefile b/Makefile index 3065349..e74a982 100644 --- a/Makefile +++ b/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 diff --git a/tempo.c b/bpm.c similarity index 100% rename from tempo.c rename to bpm.c