Rewrite init app in C, introduce MSL (MOP3 System Library)
All checks were successful
Build documentation / build-and-deploy (push) Successful in 35s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 35s
This commit is contained in:
9
make/apps.mk
Normal file
9
make/apps.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
apps := init
|
||||
|
||||
all_apps:
|
||||
@for d in $(apps); do make -C $$d platform=$(platform) all; done
|
||||
|
||||
clean_apps:
|
||||
@for d in $(apps); do make -C $$d platform=$(platform) clean; done
|
||||
|
||||
.PHONY: all_apps clean_apps
|
||||
Reference in New Issue
Block a user