summaryrefslogtreecommitdiffstats
path: root/src/coda.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-02 17:02:53 (GMT)
committerGitHub <noreply@github.com>2016-08-02 17:02:53 (GMT)
commitfb2880faf2df140965593ed491b0e7ac330aa4b2 (patch)
treeea4c8b63586fce49d5a45c50de39088fc2b57725 /src/coda.mk
parent81031687d48cbb609ce21c07bfa92e90b0e8ab25 (diff)
parent17e40d3884dc4b9db5b521c7e017a3fa12366370 (diff)
downloadmxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.zip
mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.tar.gz
mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.tar.bz2
Merge pull request #1469 from LuaAndC/no2
use $(TEST_FILE) instead of $(2).c and other
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