aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/libs/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/libs/makefile b/testes/libs/makefile
index 9c0c4e3f..4e7f965e 100644
--- a/testes/libs/makefile
+++ b/testes/libs/makefile
@@ -5,7 +5,7 @@ LUA_DIR = ../../
5CC = gcc 5CC = gcc
6 6
7# compilation should generate Dynamic-Link Libraries 7# compilation should generate Dynamic-Link Libraries
8CFLAGS = -Wall -std=gnu99 -O2 -I$(LUA_DIR) -fPIC -shared 8CFLAGS = -Wall -std=c99 -O2 -I$(LUA_DIR) -fPIC -shared
9 9
10# libraries used by the tests 10# libraries used by the tests
11all: lib1.so lib11.so lib2.so lib21.so lib2-v2.so 11all: lib1.so lib11.so lib2.so lib21.so lib2-v2.so