mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 03:19:16 +00:00
Merge remote-tracking branch 'Userspace/master'
This commit is contained in:
9
Userspace/apps/Makefile
Normal file
9
Userspace/apps/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
build:
|
||||
make -C base build
|
||||
make -C system build
|
||||
make -C user build
|
||||
|
||||
clean:
|
||||
make -C base clean
|
||||
make -C system clean
|
||||
make -C user clean
|
Reference in New Issue
Block a user