mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-26 21:44:59 +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