创建了screen manager文件

This commit is contained in:
fslongjin
2022-08-01 19:43:57 +08:00
parent 28e282d157
commit fd1b4220be
6 changed files with 24 additions and 2 deletions

View 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

View File

@ -0,0 +1 @@
#include "screen_manager.h"

View File

@ -0,0 +1 @@
#pragma once