feat: added just clean recipe
This commit is contained in:
parent
ffe969af30
commit
b9cdef76c0
3
justfile
3
justfile
|
|
@ -4,6 +4,9 @@ build:
|
|||
generate:
|
||||
cmake -S. -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
|
||||
clean:
|
||||
rm -rf build/* bin/* build/.* bin/.*
|
||||
|
||||
set-project-name projectname:
|
||||
sed -i "s/CHANGEME/{{projectname}}/g" ./CMakeLists.txt ./src/CMakeLists.txt ./justfile .kdev4/*
|
||||
mv ./src/CHANGEME.cpp ./src/{{projectname}}.cpp
|
||||
|
|
|
|||
Loading…
Reference in a new issue