summaryrefslogtreecommitdiffstats
path: root/src/coda.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/coda.mk')
-rw-r--r--src/coda.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coda.mk b/src/coda.mk
index ecba702..cac80e1 100644
--- a/src/coda.mk
+++ b/src/coda.mk
@@ -33,6 +33,6 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-std=c99 -W -Wall -Werror -pedantic \
- '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-coda.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-coda.exe' \
-lcoda
endef