diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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`\";" > $@ |