From 93136af1a590a786cf6418bfea1b74d06830f211 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 25 Mar 2015 23:29:29 -0700 Subject: .project and helpers --- build/compile.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 build/compile.sh (limited to 'build/compile.sh') diff --git a/build/compile.sh b/build/compile.sh deleted file mode 100755 index da75dec..0000000 --- a/build/compile.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh -INPATH=$1 -INFILE=$(basename $1) -INFILENAME="${INFILE%.*}" -INEXT="${INFILE##*.}" -gcc -T linker.ld -m32 -nostartfiles -nostdlib -ffreestanding "$INPATH" -o "tmp/$INFILENAME".o -objcopy -S -R .note.gnu.build-id -R .comment -O binary "tmp/$INFILENAME".o "bin/$INFILENAME".bin -rm "tmp/$INFILENAME".o - -- cgit v1.1