summaryrefslogtreecommitdiff
path: root/userland/libc/Makefile
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2023-10-30 22:54:28 +0100
committerAnton Kling <anton@kling.gg>2023-10-31 00:18:38 +0100
commit6c0e142409d57c11fc03bcbc3d79a4d646f885ff (patch)
treefa925bac319193d203b8697592dc18c117ca617c /userland/libc/Makefile
parent34342b53c39aa3f22326b6e4eda960cc20cfa0f0 (diff)
Meta: Create a simple toolchain compilation script
Diffstat (limited to 'userland/libc/Makefile')
-rw-r--r--userland/libc/Makefile3
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