diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:15:55 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:15:55 -0900 |
| commit | ae0551652fa132bb512638433189c1290933164e (patch) | |
| tree | 3758bb5844b0b413c848308451f0da224b0076bf /src/Makefile | |
| download | yetihack-ae0551652fa132bb512638433189c1290933164e.tar.zst | |
wrong directory
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..4dd3f89 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,9 @@ +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 + +yeti.o: yeti.cpp + g++ -I../include -o yeti.o -c yeti.cpp + |
