Name the object file

This commit is contained in:
Alex Ling
2020-08-04 17:24:13 +00:00
parent 3aa4630558
commit 4fd8334c37
2 changed files with 6 additions and 5 deletions

View File

@@ -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