This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
6 lines
79 B
Makefile
6 lines
79 B
Makefile
TARGET = input_normalizer
|
|
SRC_CC = main.cc
|
|
LIBS = base
|
|
|
|
CC_CXX_WARN_STRICT =
|