mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Name the object file
This commit is contained in:
7
Makefile
7
Makefile
@@ -3,9 +3,6 @@ INSTALL_DIR=$(PREFIX)/bin
|
||||
|
||||
all: uglify | build
|
||||
|
||||
arm32v7: uglify | libs
|
||||
crystal build src/mango.cr --release --progress --cross-compile --target='arm-linux-gnueabihf'
|
||||
|
||||
uglify:
|
||||
yarn
|
||||
yarn uglify
|
||||
@@ -34,6 +31,10 @@ check:
|
||||
./bin/ameba
|
||||
./dev/linewidth.sh
|
||||
|
||||
arm32v7:
|
||||
crystal build src/mango.cr --release --progress --cross-compile --target='arm-linux-gnueabihf'
|
||||
mv mango.o mango.arm32v7.o
|
||||
|
||||
install:
|
||||
cp mango $(INSTALL_DIR)/mango
|
||||
|
||||
|
||||
Reference in New Issue
Block a user