11 lines
100 B
Makefile
11 lines
100 B
Makefile
build:
|
|
# BUILDING
|
|
make
|
|
|
|
run:
|
|
bin/DiceGui
|
|
|
|
configure:
|
|
# CONFIGURING WITH PREMAKE
|
|
premake5 gmake
|