INITIALIZED TEMPLATE
parent
0cc02e94fe
commit
52efab2eed
|
@ -1,3 +1,3 @@
|
||||||
# binaries
|
# binaries
|
||||||
*.o
|
*.o
|
||||||
PROJECTNAME
|
game
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
project='PROJECTNAME'
|
project='game'
|
||||||
|
|
||||||
env = Environment(CCFLAGS=['-std=c++20', '-Wall', '-O0', '-g3'])
|
env = Environment(CCFLAGS=['-std=c++20', '-Wall', '-O0', '-g3'])
|
||||||
env.ParseConfig('sdl2-config --static-libs')
|
env.ParseConfig('sdl2-config --static-libs')
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
git init &&\
|
|
||||||
git add . && git commit -m "TEMPLATE" &&\
|
|
||||||
sed -i -e "s/PROJECTNAME/$1/g" ./SConstruct ./.gitignore &&\
|
|
||||||
rm init-project.sh &&\
|
|
||||||
git add . && git commit -a -m "INITIALIZED TEMPLATE"
|
|
||||||
|
|
Loading…
Reference in New Issue