From 2112ac8e4da617048b082f47ce9eca23d0d42b02 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 7 Sep 2022 23:15:59 -0500 Subject: Correct Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9c5dcd..8c8cd98 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ potato: potato.scm .PHONY: install install: potato - install -Dt $(DESTDIR)$(PREFIX)/bin/potato + install -Dt $(DESTDIR)$(PREFIX)/bin potato .PHONY: uninstall uninstall: -- cgit 1.4.1-21-gabe81