commit a13096b773fac95b5fa3757edbf925566e68326b parent 43fa667cd62e7736fc99afb2dd56b81b1acc9693 Author: sin <sin@2f30.org> Date: Tue, 21 Oct 2014 11:17:59 +0100 Force rebuild of noice.o if queue.h is modified Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ config.h: @echo copying config.def.h to $@ @cp config.def.h $@ -noice.o: noice.c util.h +noice.o: noice.c queue.h util.h $(CC) -c noice.c strlcpy.o: strlcpy.c util.h