diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-04-11 15:44:38 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-04-11 15:44:38 -0800 |
| commit | 86af258b3982d280d041b72eae09a90fdc8afdfa (patch) | |
| tree | f960c2e10f072aad17f55d5033e4df31ed1a2db7 /src/Makefile | |
| parent | fixed some stuff (diff) | |
| download | yetihack-86af258b3982d280d041b72eae09a90fdc8afdfa.tar.zst | |
added an intro
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4c36df5..25c741b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ yetihack: YetiHack.o yeti.o g++ -o yetihack YetiHack.o yeti.o -lncurses YetiHack.o: YetiHack.cpp - g++ -g -I../include -o YetiHack.o -c YetiHack.cpp + g++ -g -I../include -o YetiHack.o -c YetiHack.cpp -DLINUX yeti.o: yeti.cpp g++ -g -I../include -o yeti.o -c yeti.cpp |
