feat: initialized project

This commit is contained in:
Sara Gerretsen 2025-10-26 14:27:30 +01:00
parent 761560f82d
commit 2d669e6411
10 changed files with 321 additions and 6 deletions

View file

@ -3,7 +3,7 @@ build:
cmake --build build
run:
cd bin/ && CHANGEME
cd bin/ && dice-gui
configure:
# CONFIGURING WITH PREMAKE
@ -16,4 +16,4 @@ clean:
set-project-name projectname: clean
git remote set-url origin ""
sed -i "s/CHANGEME/{{projectname}}/g" ./CMakeLists.txt ./justfile
sed -i "s/dice-gui/{{projectname}}/g" ./CMakeLists.txt ./justfile