Compare commits

..

2 Commits

Author SHA1 Message Date
0c05556eb1 fix makefile 2025-11-27 14:22:22 +02:00
15f7da2df9 add .gitignore 2025-11-27 14:13:34 +02:00
2 changed files with 7 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
/*
!/src
!/Makefile
!/Readme.md
!/.gitignore

View File

@@ -1,5 +1,6 @@
# Generated by mklua
MKLUA ?= lua src/bootstrap.lua
LUA ?= lua
MKLUA ?= $(LUA) src/bootstrap.lua
CC ?= cc
OUTPUT = mklua