feat: initialized project
This commit is contained in:
parent
761560f82d
commit
2d669e6411
10 changed files with 321 additions and 6 deletions
4
justfile
4
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue