This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
DragonOS
mirror of
https://github.com/DragonOS-Community/DragonOS.git
Watch
1
Star
0
Fork
You've already forked DragonOS
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e9ffedfc5
DragonOS
/
user
/
libs
/
libKeyboard
/
Makefile
7 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
:new: 用户态解析键盘扫描码
2022-05-21 13:49:56 +00:00
all
:
keyboard
.
o
CFLAGS
+=
-I .
keyboard.o
:
keyboard
.
c
将makefile中的gcc字样用$(CC)环境变量代替
2022-10-16 03:08:32 +00:00
$(
CC
)
$(
CFLAGS
)
-c keyboard.c -o keyboard.o