summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08ca1f5..836be06 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FLAGS = -march=native -O3 -pipe -faggressive-loop-optimizations
LIBS = -lcurl -ljson-c
# Compiled Code
-CLEAN = queryt
+CLEAN = queryt queryt_debug
# MakeOPTS
build: clean