summaryrefslogtreecommitdiffstats
path: root/src/lua.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-12-05 14:41:01 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-12-05 14:41:01 (GMT)
commit2e669a02c59b25558ee9a46fc34170071433c7b1 (patch)
treed764de1b16a562bbb573149d4213dfce4f69935b /src/lua.mk
parent2405db709fd065d64af5a6d1522c449b8ffc8cbf (diff)
downloadmxe-2e669a02c59b25558ee9a46fc34170071433c7b1.zip
mxe-2e669a02c59b25558ee9a46fc34170071433c7b1.tar.gz
mxe-2e669a02c59b25558ee9a46fc34170071433c7b1.tar.bz2
adjusted coding style of the test program of package lua
Diffstat (limited to 'src/lua.mk')
-rw-r--r--src/lua.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.mk b/src/lua.mk
index 3e156fa..ef8f046 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -34,7 +34,7 @@ define $(PKG)_BUILD
install ranlib
'$(TARGET)-gcc' \
- -W -Wall -Werror -std=c99 -pedantic \
+ -W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-lua.exe' \
-llua
endef