added Makefile and remaining build infrastructure

This commit is contained in:
2023-01-24 21:17:49 -07:00
parent 08e9164390
commit fc85492a28
8 changed files with 123 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
MEMSZ=4G
PERMSZ=256m
FORGEJAR=@FORGEJAR@
exec java -Xmx$MEMSZ -XX:MaxPermSize=$PERMSZ -jar $FORGEJAR