changeset 413:bb7120c11f8e

Improve build process.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Mar 2016 13:03:05 +0200
parents 4852ebc17575
children 77fd4f0327dc
files Makefile.gen
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Wed Mar 09 13:02:56 2016 +0200
+++ b/Makefile.gen	Wed Mar 09 13:03:05 2016 +0200
@@ -29,7 +29,8 @@
 #
 all: $(NOBUILD_TARGETS) $(NOINST_TARGETS) $(TARGETS)
 
-th_string.c: th_printf1.c th_string.h
+th_string.c: th_printf1.c th_strmatch.c th_string.h
+	touch $@
 
 
 $(OBJPATH):
@@ -62,6 +63,8 @@
 #
 # Special targets
 #
+.PHONY: clean srcclean all
+
 clean:
 	$(RM) $(TARGETS) $(NOINST_TARGETS) $(OBJPATH)*.o