diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:34:34 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:34:34 -0900 |
| commit | 6a4082406f71e40541602473bb0003fe3879fcdd (patch) | |
| tree | 3fca53b15b55aa2a062d3d5db89ab82d6ebc90b1 /YetiHack/src/Makefile | |
| parent | Merge branch 'master' of github.com:rayhogenson/YetiHack (diff) | |
| download | yetihack-6a4082406f71e40541602473bb0003fe3879fcdd.tar.zst | |
Working yetihack
Diffstat (limited to 'YetiHack/src/Makefile')
| -rw-r--r-- | YetiHack/src/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/YetiHack/src/Makefile b/YetiHack/src/Makefile deleted file mode 100644 index 4dd3f89..0000000 --- a/YetiHack/src/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -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 - |
