Don't need the old compile script
Also added game*.sav to gitignore
This commit is contained in:
parent
391807a9be
commit
ef4a58fa6c
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,5 +12,6 @@
|
||||
*.la
|
||||
*.a
|
||||
|
||||
# The binary
|
||||
# Build stuff
|
||||
harc
|
||||
game*.sav
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
g++ src/*.cpp -o tuto -Iinclude -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -w
|
Loading…
Reference in New Issue
Block a user