diff options
author | Case Duckworth | 2022-09-07 23:15:59 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-07 23:15:59 -0500 |
commit | 2112ac8e4da617048b082f47ce9eca23d0d42b02 (patch) | |
tree | 649ec7e6143bb65d7a460278df02f0ea6cef64d9 | |
parent | Start game at the end (diff) | |
download | potato-main.tar.gz potato-main.zip |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b9c5dcd..8c8cd98 100644 --- a/Makefile +++ b/Makefile | |||
@@ -10,7 +10,7 @@ potato: potato.scm | |||
10 | 10 | ||
11 | .PHONY: install | 11 | .PHONY: install |
12 | install: potato | 12 | install: potato |
13 | install -Dt $(DESTDIR)$(PREFIX)/bin/potato | 13 | install -Dt $(DESTDIR)$(PREFIX)/bin potato |
14 | 14 | ||
15 | .PHONY: uninstall | 15 | .PHONY: uninstall |
16 | uninstall: | 16 | uninstall: |