summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ea9ac9d..ccaa95fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,3 +29,6 @@ ColumnsPanel.h
debug:
$(MAKE) all CFLAGS="-g -DDEBUG"
+
+debuglite:
+ $(MAKE) all CFLAGS="-g -DDEBUGLITE"