aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-31 11:37:23 +0200
committerlemon <lsof@mailbox.org>2022-08-31 11:37:23 +0200
commitde79473b91557d65dde4d96e0a73c46476f867bc (patch)
treee1d397e2fec0b0b3855e6c75d39e13e371ce5134 /Makefile
parentaf617f24c5f2f2cab357ace9d822c6948c7e487f (diff)
update bootstrap.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6551b3..fd554ae 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ clean:
$(RM) -r build/ src/host-target-triple.cff
$(OUT): $(OBJ)
+ $(CC) -o$(OUT) $(OBJ) src/libc-.c
src/host-target-triple.cff:
echo "extern static host_target_triple const *const u8 = \"`clang -print-target-triple`\";" > $@