From 4f6fd68084b4d3a7544e166b2c24524464efb626 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 12 Jul 2019 12:13:18 +0200 Subject: (#143) intermediate files are not deleted --- test/monniaux/sandbox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/monniaux/sandbox/Makefile b/test/monniaux/sandbox/Makefile index 11a179fc..f753b87c 100644 --- a/test/monniaux/sandbox/Makefile +++ b/test/monniaux/sandbox/Makefile @@ -62,9 +62,11 @@ firstrule: all # $3: extension prefix define gen_rules +.SECONDARY: %$(3).s: %.c $(1) $(2) -S $$< -o $$@ +.SECONDARY: $(TARGET)$(3).bin: $(ALL_CFILES:.c=$(3).o) $(CLOCK) $(K1C_CC) $$+ -lm -o $$@ -- cgit