aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-03-26 15:12:04 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-03-26 15:12:04 -0800
commitadc79032764885b4701e33a874487ebd74d9657d (patch)
tree0a8bda8875c594f4df91ce9edea5d9147f3af08d /os/linux
parentgot it to compile on new system (diff)
downloadyetihack-adc79032764885b4701e33a874487ebd74d9657d.tar.zst
added press enter prompt
Diffstat (limited to 'os/linux')
-rw-r--r--os/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile
index 82cffe4..35766bb 100644
--- a/os/linux/Makefile
+++ b/os/linux/Makefile
@@ -1,4 +1,4 @@
-yetihack:
+yetihack: src/YetiHack.cpp src/yeti.cpp
cd src && make
package: yetihack