mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Add arm64v8 to Makefile and rename object files
This commit is contained in:
6
Makefile
6
Makefile
@@ -32,8 +32,10 @@ check:
|
||||
./dev/linewidth.sh
|
||||
|
||||
arm32v7:
|
||||
crystal build src/mango.cr --release --progress --cross-compile --target='arm-linux-gnueabihf'
|
||||
mv mango.o mango.arm32v7.o
|
||||
crystal build src/mango.cr --release --progress --cross-compile --target='arm-linux-gnueabihf' -o mango-arm32v7
|
||||
|
||||
arm64v8:
|
||||
crystal build src/mango.cr --release --progress --cross-compile --target='aarch64-linux-gnu' -o mango-arm64v8
|
||||
|
||||
install:
|
||||
cp mango $(INSTALL_DIR)/mango
|
||||
|
||||
Reference in New Issue
Block a user