mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 22:43:23 +00:00
🎨 将shell独立成单独的app
This commit is contained in:
4
user/apps/shell/Makefile
Normal file
4
user/apps/shell/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
all: shell.o
|
||||
|
||||
shell.o: shell.c
|
||||
gcc $(CFLAGS) -c shell.c -o shell.o
|
Reference in New Issue
Block a user