Compare commits

..

No commits in common. "b503448f0dede831c69b5a88cb2c1f9e745994d7" and "9e6f09050f9ebecc4ffcea1234b920468254a79b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
*.o
*.so

View File

@ -1,4 +1,4 @@
LUA_VERSION=5.1
LUA_VERSION=5.2
INCLUDES=-I/usr/include/lua${LUA_VERSION}
CXX=g++
CFLAGS=-fPIC