mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-11 23:39:17 +00:00
Merge remote-tracking branch 'Userspace/master'
This commit is contained in:
11
Userspace/libc/Makefile
Normal file
11
Userspace/libc/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
build:
|
||||
cp -r include/* ../out/include
|
||||
cp ../Kernel/include/interface/syscalls.h ../out/include/fennix/syscall.h
|
||||
make -C runtime build
|
||||
make -C src build
|
||||
make -C ElfInterpreter build
|
||||
|
||||
clean:
|
||||
make -C runtime clean
|
||||
make -C src clean
|
||||
make -C ElfInterpreter clean
|
Reference in New Issue
Block a user