clay-template/justfile
2025-09-22 00:06:08 +02:00

15 lines
146 B
Makefile

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