Add the arm32v7 target to Makefile

This commit is contained in:
Alex Ling 2020-08-04 11:50:07 +00:00
parent 5e01cc38fe
commit eb528e1726

View File

@ -3,6 +3,9 @@ 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