summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 06dc638..3d5e605 100755
--- a/build.sh
+++ b/build.sh
@@ -59,6 +59,6 @@ c() {
echo "$1" && $1 || exit 1
}
-c "$NASM -f elf64 systemv64call.asm"
+[ ! -f systemv64call.o ] && c "$NASM -f elf64 systemv64call.asm"
c "$CC $FLAGS -o toc main.c systemv64call.o"