Revision 74
implemented async. not working properly somehow
Makefile | ||
---|---|---|
2 | 2 |
PROG=lab4 |
3 | 3 |
|
4 | 4 |
# source code files to be compiled |
5 |
SRCS = lab4.c mouse.c utils.c kbc.c keyboard.c |
|
5 |
SRCS = lab4.c mouse.c utils.c kbc.c keyboard.c timer.c
|
|
6 | 6 |
|
7 | 7 |
# additional compilation flags |
8 | 8 |
# "-Wall -Wextra -Werror -I . -std=c11 -Wno-unused-parameter" are already set |
Also available in: Unified diff