From eb528e1726205bb8c73e48e3bcbdf5fb944f3c12 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Tue, 4 Aug 2020 11:50:07 +0000 Subject: [PATCH] Add the arm32v7 target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7864bab..4a76493 100644 --- a/Makefile +++ b/Makefile @@ -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