diff options
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 |
