aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-02-25 22:47:55 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-02-25 22:47:55 -0900
commita6d0d135c1c1b248468577af447fbeb52b9267f1 (patch)
tree7e9c3a7cc0e4ece10ea160f52d2f7e3af901b2d3 /src/Makefile
parentfixed the diffeculty curve, and changed the spawn rate (diff)
downloadyetihack-a6d0d135c1c1b248468577af447fbeb52b9267f1.tar.zst
fixed immortality bug
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 4dd3f89..4c36df5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,8 +2,8 @@ yetihack: YetiHack.o yeti.o
g++ -o yetihack YetiHack.o yeti.o -lncurses
YetiHack.o: YetiHack.cpp
- g++ -I../include -o YetiHack.o -c YetiHack.cpp
+ g++ -g -I../include -o YetiHack.o -c YetiHack.cpp
yeti.o: yeti.cpp
- g++ -I../include -o yeti.o -c yeti.cpp
+ g++ -g -I../include -o yeti.o -c yeti.cpp