mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 03:53:26 +00:00
🎨 将shell独立成单独的app
This commit is contained in:
10
user/apps/Makefile
Normal file
10
user/apps/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
user_apps_sub_dirs=shell
|
||||
|
||||
all:
|
||||
@list='$(user_apps_sub_dirs)'; for subdir in $$list; do \
|
||||
echo "make all in $$subdir";\
|
||||
cd $$subdir;\
|
||||
$(MAKE) all CFLAGS="$(CFLAGS) -I $(shell pwd)";\
|
||||
cd ..;\
|
||||
done
|
Reference in New Issue
Block a user