13 lines
66 B
Makefile
13 lines
66 B
Makefile
|
|
|
|
main:
|
|
clear
|
|
gradle lwjgl3:run
|
|
|
|
|
|
build:
|
|
gradle lwjgl3:dist
|
|
|
|
|
|
|