From fc6a33e5fd57c11e8951714a42c6d77a8697e482 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Wed, 8 Apr 2020 07:18:25 +0000 Subject: [PATCH] Update Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d08148..c31eb29 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX=/usr/local +PREFIX ?= /usr/local INSTALL_DIR=$(PREFIX)/bin all: uglify | build @@ -23,7 +23,8 @@ test: crystal spec check: - crystal tool format --check && ./bin/ameba + crystal tool format --check + ./bin/ameba install: cp mango $(INSTALL_DIR)/mango