aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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`\";" > $@