🎨 将shell独立成单独的app

This commit is contained in:
fslongjin
2022-05-24 14:36:24 +08:00
parent 1eb9a299b6
commit afeca18206
8 changed files with 41 additions and 18 deletions

4
user/apps/shell/Makefile Normal file
View File

@ -0,0 +1,4 @@
all: shell.o
shell.o: shell.c
gcc $(CFLAGS) -c shell.c -o shell.o