diff options
author | sin <sin@2f30.org> | 2014-10-21 11:17:59 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-21 11:18:35 +0100 |
commit | a13096b773fac95b5fa3757edbf925566e68326b (patch) | |
tree | dd302a26f1c6ef4d11f7443184222edc2564d640 /Makefile | |
parent | 43fa667cd62e7736fc99afb2dd56b81b1acc9693 (diff) | |
download | nnn-a13096b773fac95b5fa3757edbf925566e68326b.tar.gz |
Force rebuild of noice.o if queue.h is modified
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |