From ef4a58fa6c5a13e4f292ad661216d810ce9e0a89 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 19 Mar 2015 10:26:25 -0500 Subject: [PATCH] Don't need the old compile script Also added game*.sav to gitignore --- .gitignore | 3 ++- compile.sh | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100755 compile.sh diff --git a/.gitignore b/.gitignore index 6ffbdab..723592e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,6 @@ *.la *.a -# The binary +# Build stuff harc +game*.sav diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 6b94561..0000000 --- a/compile.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -g++ src/*.cpp -o tuto -Iinclude -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -w