1*17ae4661SGnoCiYeHOUTPUT_DIR = $(DADK_BUILD_CACHE_DIR_DRAGONREACH_0_1_0) 2*17ae4661SGnoCiYeH 34e851715SGnoCiYeHbuild: 4*17ae4661SGnoCiYeH cargo -Z build-std=core,alloc,compiler_builtins build --target ./target.json > build.txt 54e851715SGnoCiYeH 64e851715SGnoCiYeHinstall: 7*17ae4661SGnoCiYeH cp ./parse_test/shell.service $(ROOT_PATH)/bin/sysroot/etc/reach/system/shell.service 8*17ae4661SGnoCiYeH 9*17ae4661SGnoCiYeH mkdir -p $(OUTPUT_DIR)/tmp 10*17ae4661SGnoCiYeH cargo -Z build-std=core,alloc,compiler_builtins install --target $(TARGET) --path . --root $(OUTPUT_DIR)/tmp 11*17ae4661SGnoCiYeH mv $(OUTPUT_DIR)/tmp/bin/DragonReach $(ROOT_PATH)/bin/user/DragonReach 12*17ae4661SGnoCiYeH rm -rf $(OUTPUT_DIR)/tmp 134e851715SGnoCiYeH 144e851715SGnoCiYeHbuild-linux: 154e851715SGnoCiYeH cargo -Z build-std=core,alloc,compiler_builtins build --target x86_64-unknown-linux-gnu 16