Added a LibGDX packr conf and makefile. Assorted comments and cleanup.

This commit is contained in:
2015-10-19 11:27:50 -04:30
parent 01d81884da
commit 72c3db01bf
7 changed files with 108 additions and 31 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
PACKR = java -jar /home/miky/Descargas/packr.jar
PACKR_CONF = packr.json
all:
cd desktop/jni; $(MAKE) $(MFLAGS)
cd ../..
./gradlew desktop:dist
$(PACKR) $(PACKR_CONF)