mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
创建了screen manager文件
This commit is contained in:
7
kernel/lib/libUI/Makefile
Normal file
7
kernel/lib/libUI/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
all: screen_manager.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
screen_manager.o: screen_manager.c
|
||||
gcc $(CFLAGS) -c screen_manager.c -o screen_manager.o
|
Reference in New Issue
Block a user