fix: renamed project placeholder name to CHANGEME
This commit is contained in:
parent
f507980b16
commit
58bf96adc9
3 changed files with 5 additions and 5 deletions
2
justfile
2
justfile
|
|
@ -1,3 +1,3 @@
|
|||
initialise-template projectname:
|
||||
sed -i "s/project/{{projectname}}/" ./CMakeLists.txt ./src/CMakeLists.txt
|
||||
sed -i "s/CHANGEME/{{projectname}}/" ./CMakeLists.txt ./src/CMakeLists.txt
|
||||
mv ./src/project.cpp ./src/{{projectname}}.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue