Revision 196
changing stuff to correct labs
Makefile | ||
---|---|---|
1 | 1 |
# name of the program (Minix service) |
2 |
PROG=lab2
|
|
2 |
PROG=lab2 |
|
3 | 3 |
|
4 |
.PATH: ${.CURDIR}/src |
|
5 |
|
|
4 | 6 |
# source code files to be compiled |
5 | 7 |
SRCS = lab2.c timer.c utils.c |
6 | 8 |
|
7 | 9 |
# additional compilation flags |
8 | 10 |
# "-Wall -Wextra -Werror -I . -std=c11 -Wno-unused-parameter" are already set |
9 |
CFLAGS += -pedantic |
|
11 |
CFLAGS += -pedantic -I./include -D LAB2
|
|
10 | 12 |
|
11 | 13 |
# list of library dependencies (for Lab 2, only LCF library) |
12 | 14 |
DPADD += ${LIBLCF} |
Also available in: Unified diff