mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-20 11:31:46 +00:00
Fix build order in Makefile
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
build:
|
||||
make -C system build
|
||||
make -C base build
|
||||
make -C system build
|
||||
make -C user build
|
||||
|
||||
clean:
|
||||
make -C system clean
|
||||
make -C base clean
|
||||
make -C system clean
|
||||
make -C user clean
|
||||
|
Reference in New Issue
Block a user