mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 09:06:32 +00:00
完成了屏幕管理器的框架
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
|
||||
all: screen_manager.o
|
||||
all: screen_manager.o textui.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
screen_manager.o: screen_manager.c
|
||||
gcc $(CFLAGS) -c screen_manager.c -o screen_manager.o
|
||||
gcc $(CFLAGS) -c screen_manager.c -o screen_manager.o
|
||||
|
||||
textui.o: textui.c
|
||||
gcc $(CFLAGS) -c textui.c -o textui.o
|
Reference in New Issue
Block a user