mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Update Makefile
This commit is contained in:
parent
7d97d21d40
commit
fc6a33e5fd
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
PREFIX=/usr/local
|
PREFIX ?= /usr/local
|
||||||
INSTALL_DIR=$(PREFIX)/bin
|
INSTALL_DIR=$(PREFIX)/bin
|
||||||
|
|
||||||
all: uglify | build
|
all: uglify | build
|
||||||
@ -23,7 +23,8 @@ test:
|
|||||||
crystal spec
|
crystal spec
|
||||||
|
|
||||||
check:
|
check:
|
||||||
crystal tool format --check && ./bin/ameba
|
crystal tool format --check
|
||||||
|
./bin/ameba
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cp mango $(INSTALL_DIR)/mango
|
cp mango $(INSTALL_DIR)/mango
|
||||||
|
Loading…
x
Reference in New Issue
Block a user