dice-gui/justfile
2025-09-16 13:34:56 +02:00

15 lines
138 B
Makefile

build:
# BUILDING
make
run:
bin/DiceGui
configure:
# CONFIGURING WITH PREMAKE
premake5 gmake
clean:
rm -r bin/**
rm -r build/**