From: Emil Mikulic Date: Sun, 13 Jan 2013 13:18:13 +0000 (+1100) Subject: src/*.c depends on include/i3status.h X-Git-Tag: 2.7~14 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=e2541da194be7e69058ecacc6dca041e4696cf85 src/*.c depends on include/i3status.h --- diff --git a/Makefile b/Makefile index eb7da6e..671e27a 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ CFLAGS += -idirafter yajl-fallback OBJS:=$(wildcard src/*.c *.c) OBJS:=$(OBJS:.c=.o) -src/%.o: src/%.c +src/%.o: src/%.c include/i3status.h @$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< @echo " CC $<"