Compare commits

..

2 Commits

Author SHA1 Message Date
Yessiest b503448f0d Changed default version to 5.1 2022-05-20 22:13:59 +04:00
Yessiest a58bf00a3a Added .gitignore 2022-05-20 22:11:02 +04:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

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

View File

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