diff options
Diffstat (limited to 'Makefile')
-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: |