From: chaoskagami Date: Sat, 9 Jul 2016 00:15:35 +0000 (-0400) Subject: Fix up makefile for sanity's sake X-Git-Tag: v0.2.0~27 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=4ecff562db08a579010d858338dda409be7ef342;p=corbenik%2Fcorbenik.git Fix up makefile for sanity's sake --- diff --git a/Makefile b/Makefile index 8e250c6..fd9957a 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ all: hosttools font ctr9io a9lh patch external .PHONY: ctr9io ctr9io: - ./host/compile_ctr9_io.sh + cd external/libctr9_io && autoreconf -fi && CFLAGS= LDFLAGS= ASFLAGS= ./configure --host arm-none-eabi --prefix=$(shell pwd)/external/libctr9_io/out && make && make install .PHONY: release release: diff --git a/host/compile_ctr9_io.sh b/host/compile_ctr9_io.sh deleted file mode 100755 index 61a9354..0000000 --- a/host/compile_ctr9_io.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -unset CFLAGS -unset LDFLAGS -unset ASFLAGS -unset CROSS_CFLAGS -unset CROSS_LDFLAGS -unset CROSS_ASFLAGS - -cd external/libctr9_io -git clean -fxd -autoreconf -fi -./configure --host arm-none-eabi --prefix=$(pwd)/out -make -make install -cd ../../