diff options
Diffstat (limited to 'unittest/Makefile')
-rw-r--r-- | unittest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/Makefile b/unittest/Makefile index 145c738..7606c65 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -2,7 +2,7 @@ CC = $(PREFIX)-gcc CXX = $(PREFIX)-g++ LD = $(CXX) -INCLUDE = -I../include +INCLUDE = -I../include -ICatch/single_include/ LIB = -L../build LDLIBS = -lnitrokey BUILD = build |