From 3ef97727b67e09e9593bf343a76c66ce4c0b3211 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 9 Feb 2019 20:51:21 +0200 Subject: [PATCH] Fix missing endif in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1456dd0..5fb70f85 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ endif ifdef DEBUG SQ_DEBUG_POSTFIX = -d -else +endif export SQ_INCDIR=$(SQ_BASEDIR)/include export SQ_SHRDIR=$(SQ_BASEDIR)/shared