logo

inaban

Unnamed repository; edit this file 'description' to name the repository.
commit: 76e95b9c23d4095e1a87b8d9d0233b9a867b9b56
parent: dd154d46c01587494f7a20ec0fa8c9bbee7f746b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 21 Jul 2019 22:56:12 +0200

Makefile: rebuild inaban on headers change

Diffstat:

MMakefile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -30,6 +30,8 @@ ${TRANS}: po/${@:.mo=.po} mkdir -p locale/${@:.mo=}/LC_MESSAGES msgfmt -o locale/${@:.mo=}/LC_MESSAGES/$(PACKAGE).mo po/${@:.mo=.po} +inaban: config.h inaban.h inaban.c + .c: $(CC) -std=c99 -I. $(CFLAGS) $(CDEPS) -o $@ $< $(LDFLAGS) $(LIBS)