fix: renamed project placeholder name to CHANGEME

This commit is contained in:
Sara Gerretsen 2025-09-03 22:06:35 +02:00
parent f507980b16
commit 58bf96adc9
3 changed files with 5 additions and 5 deletions

View file

@ -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