From 7266242a5a7f006244f128eb5f2782b798ef867a Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 4 Jul 2012 17:04:44 +0900 Subject: [PATCH] Makefile: bugfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dce93f9..2260df7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: rm -f Build Build.tmp Build: $(SOURCES) - rm -f $@.tmp + rm -f $@ $@.tmp for i in $(SOURCES); do \ cat $$i >> $@.tmp; \ echo >> $@.tmp; \ -- 2.40.0