Skip to content

Instantly share code, notes, and snippets.

View tinyplasticgreyknight's full-sized avatar

GreyKnight tinyplasticgreyknight

View GitHub Profile
@tinyplasticgreyknight
tinyplasticgreyknight / Makefile
Last active September 30, 2017 19:34
ComputerCraft Makefile
DELETE=rm -rf
PERM_X=chmod +x
PERM_RW=chmod -R +rw
MKDIR=mkdir -p
COPY=cp -r
RENAME=mv
ZIPADD=zip -r
LUAJ_SRC=luaj-2.0.3
LUAJ_JAR=luaj-jse-2.0.3.jar