Commit 87d511ba authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

coupler/Makefile: do not put includes in CFLAGS

parent ef9516ae
CFLAGS= -I $(OPEN62541_SOURCE_HOME) -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter $(C_COMPILER_EXTRA_FLAGS)
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter
LDLIBS=-lopen62541
OUT_DIR= bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment