@@ -0,0 +1,10 @@
.PHONY: start test clean
start:
lua src/main.lua
test:
lua src/main.lua --test
clean:
rm -f *.o *.so
The note is not visible to the blocked user.
Powered by TurnKey Linux.