From f8bba4b4e6e000305a0b836aa0b9acc77b56235f Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Mon, 5 Dec 2011 23:06:53 +0000 Subject: [PATCH] No dynamic dependencies yet --- .gitignore | 1 - Makefile | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) 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