Don't need the old compile script

Also added game*.sav to gitignore
This commit is contained in:
Brian Buller 2015-03-19 10:26:25 -05:00
parent 391807a9be
commit ef4a58fa6c
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View File

@ -12,5 +12,6 @@
*.la
*.a
# The binary
# Build stuff
harc
game*.sav

View File

@ -1,3 +0,0 @@
#!/bin/bash
g++ src/*.cpp -o tuto -Iinclude -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -w