diff --git a/.gitignore b/.gitignore index bc2a95a..86b0e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ *.o -*.d bpm diff --git a/Makefile b/Makefile index e74a982..73dcd84 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ -include .config -CFLAGS += -Wall -MMD +CFLAGS += -Wall LDLIBS += -lm bpm: bpm.o clean: - rm -f bpm *.o *.d - --include *.d + rm -f bpm *.o