diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-18 16:12:54 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-18 16:12:54 -0800 |
| commit | 4439274d27362127ee2ab6279227b07104a3931c (patch) | |
| tree | bf4be116d095c1be06afed7497efacf8201903f7 | |
| parent | d2271d4f11289f2b43a3dec7e6157edfe2d88967 (diff) | |
| download | yetihack-4439274d27362127ee2ab6279227b07104a3931c.tar.zst | |
removed unneeded lines in Makefile
| -rw-r--r-- | os/linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile index 8809ac1..82cffe4 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -12,5 +12,4 @@ clean: -rm src/*.o -rm src/yetihack -rm package/* - -sudo rm os/debian/deb/usr/bin/yetihack |
