aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/sandbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/sandbox/Makefile')
-rw-r--r--test/monniaux/sandbox/Makefile2
1 files changed, 2 insertions, 0 deletions
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 $$@