mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 07:09:22 +00:00
Stub
This commit is contained in:
@ -3,9 +3,9 @@ build:
|
||||
cp ../../Kernel/syscalls.h ../out/system/include/sys
|
||||
make --quiet -C runtime build
|
||||
make --quiet -C src build
|
||||
make --quiet -C Interpreter build
|
||||
make --quiet -C ElfInterpreter build
|
||||
|
||||
clean:
|
||||
make -C runtime clean
|
||||
make -C src clean
|
||||
make -C Interpreter clean
|
||||
make -C ElfInterpreter clean
|
||||
|
Reference in New Issue
Block a user