Project

General

Profile

Revision 31

Minor changes

View differences:

Makefile
6 6

  
7 7
# additional compilation flags
8 8
# "-Wall -Wextra -Werror -I . -std=c11 -Wno-unused-parameter" are already set
9
CFLAGS += -pedantic
10
CPPFLAGS += -D LAB3
9
CFLAGS += -pedantic -DLAB3
11 10

  
12 11
# list of library dependencies (for Lab 2, only LCF library)
13 12
DPADD += ${LIBLCF}

Also available in: Unified diff