From b7a82c980fe7e0c1f9029b55be97422428d65d5a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 11 Jan 2017 09:11:51 +0100 Subject: Clean up code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fdd628..80c1663 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,11 @@ all: $(BIN) %: %.o util.o stream.o $(CC) $(LDFLAGS) -o $@ $^ -%.o: src/%.c src/*.h +%.o: src/%.c src/*.h src/*/*.h $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< clean: -rm $(BIN) $(BIN:=.o) util.o stream.o .PHONY: all clean +.PRECIOUS: util.o stream.o -- cgit v1.2.3-70-g09d2