about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-09-07 23:15:59 -0500
committerCase Duckworth2022-09-07 23:15:59 -0500
commit2112ac8e4da617048b082f47ce9eca23d0d42b02 (patch)
tree649ec7e6143bb65d7a460278df02f0ea6cef64d9
parentStart game at the end (diff)
downloadpotato-main.tar.gz
potato-main.zip
Correct Makefile HEAD main
-rw-r--r--Makefile2
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
12install: potato 12install: potato
13 install -Dt $(DESTDIR)$(PREFIX)/bin/potato 13 install -Dt $(DESTDIR)$(PREFIX)/bin potato
14 14
15.PHONY: uninstall 15.PHONY: uninstall
16uninstall: 16uninstall: