diff options
author | Anton Kling <anton@kling.gg> | 2023-10-30 22:54:28 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-10-31 00:18:38 +0100 |
commit | 6c0e142409d57c11fc03bcbc3d79a4d646f885ff (patch) | |
tree | fa925bac319193d203b8697592dc18c117ca617c /userland/libc/Makefile | |
parent | 34342b53c39aa3f22326b6e4eda960cc20cfa0f0 (diff) |
Meta: Create a simple toolchain compilation script
Diffstat (limited to 'userland/libc/Makefile')
-rw-r--r-- | userland/libc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/userland/libc/Makefile b/userland/libc/Makefile index c755b94..2eabf80 100644 --- a/userland/libc/Makefile +++ b/userland/libc/Makefile @@ -18,9 +18,6 @@ install: cp crt0.o ../../sysroot/lib/ cp libc.a ../../sysroot/lib/ cp -r include ../../sysroot/usr/ - cp crt0.o ~/prj/osdev/sysroot/lib/ - cp libc.a ~/prj/osdev/sysroot/lib/ - cp -r include ~/prj/osdev/sysroot/usr/ clean: rm libc.a *.o */*.o */*/*.o |