Revision 124
implemented sprites
Makefile | ||
---|---|---|
2 | 2 |
PROG=lab5 |
3 | 3 |
|
4 | 4 |
# source code files to be compiled |
5 |
SRCS = lab5.c graphics.c keyboard.c kbc.c utils.c |
|
5 |
SRCS = lab5.c graphics.c keyboard.c kbc.c utils.c sprite.c
|
|
6 | 6 |
|
7 | 7 |
# additional compilation flags |
8 | 8 |
# "-Wall -Wextra -Werror -I . -std=c11 -Wno-unused-parameter" are already set |
9 |
CFLAGS += -pedantic |
|
9 |
CFLAGS += -pedantic -c
|
|
10 | 10 |
|
11 | 11 |
# list of library dependencies (for Lab 2, only LCF library) |
12 | 12 |
DPADD += ${LIBLCF} |
Also available in: Unified diff