summaryrefslogtreecommitdiffstats
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 5f03e65..c270b07 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ build/%.d: | build;
include $(DEPS)
$(LIBLIST_A):
- make -C lib/liblist build/liblist.a
+ make -C lib/liblist DEBUG=1 build/liblist.a
tmus: $(OBJS) $(LIBLIST_A)
$(CC) -o tmus $^ $(CFLAGS) $(LDLIBS)