summaryrefslogtreecommitdiff
path: root/Template
diff options
context:
space:
mode:
Diffstat (limited to 'Template')
-rw-r--r--Template1
1 files changed, 1 insertions, 0 deletions
diff --git a/Template b/Template
index e3093ea..4978eed 100644
--- a/Template
+++ b/Template
@@ -21,5 +21,6 @@ define TOOL_templ
$(1)/%.tab.o: $(1)/%.tab.c
$$(CC) $$(CFLAGS) -o $$@ -c $$<
$(1)/%.o: %.c
+ $$(CHECK) $$(CFLAGS) $$(CHECKFLAGS) $$<
$$(CC) $$(CFLAGS) -o $(1)/$$(shell basename $$@) -c $$<
endef