From 5d677fc340be9e35fc4d19b1914c14e1f4643de8 Mon Sep 17 00:00:00 2001 From: joamag Date: Sat, 6 Jan 2018 20:29:28 +0000 Subject: [PATCH] new prefix --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index d5df9a1..774e6f1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,10 @@ +prefix = /usr/local + all: mingus mingusa +install: all + install mingus mingusa $(prefix)/bin + clean: rm -f mingus mingusa