# HG changeset patch # User Matti Hamalainen # Date 1457521385 -7200 # Node ID bb7120c11f8e66761e33aa16cece72f1c5cf018d # Parent 4852ebc175757ffbd899e4d00eb3e080e1ca2e4a Improve build process. diff -r 4852ebc17575 -r bb7120c11f8e Makefile.gen --- 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