seqlua
diff Makefile @ 50:45855c3e5cb8
Use angle brackets to include seqlualib.h in seqlua_c_example.c and adjusted Makefile accordingly
author | jbe |
---|---|
date | Mon Aug 25 12:12:29 2014 +0200 (2014-08-25) |
parents | 44880bcfc323 |
children |
line diff
1.1 --- a/Makefile Mon Aug 25 12:03:02 2014 +0200 1.2 +++ b/Makefile Mon Aug 25 12:12:29 2014 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 ld -shared -o seqlua_c_example.so seqlua_c_example.o seqlualib.o 1.5 1.6 seqlua_c_example.o: seqlua_c_example.c seqlualib.h 1.7 - cc -O2 -c -fpic -I $(LUA_INCLUDE) -o seqlua_c_example.o seqlua_c_example.c 1.8 + cc -O2 -c -fpic -I . -I $(LUA_INCLUDE) -o seqlua_c_example.o seqlua_c_example.c 1.9 1.10 clean:: 1.11 rm -f *.o *.so