mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 04:56:30 +00:00
new: 初步完成了textui的基本显示功能
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
all: screen_manager.o textui.o
|
||||
all: screen_manager.o textui.o textui-render.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
@ -7,4 +7,7 @@ screen_manager.o: screen_manager.c
|
||||
gcc $(CFLAGS) -c screen_manager.c -o screen_manager.o
|
||||
|
||||
textui.o: textui.c
|
||||
gcc $(CFLAGS) -c textui.c -o textui.o
|
||||
gcc $(CFLAGS) -c textui.c -o textui.o
|
||||
|
||||
textui-render.o: textui-render.c
|
||||
gcc $(CFLAGS) -c textui-render.c -o textui-render.o
|
||||
|
Reference in New Issue
Block a user