summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-09-12 21:35:16 +0200
committerportix <portix@gmx.net>2011-09-12 21:35:16 +0200
commit260f7b0822e387d28c8b447c3bf9bd0a16da5e4a (patch)
tree7b8672ace99f6198297f7a49a3530226e87240e1 /src/Makefile
parent628f32ec30ac869b4c836609351faee4585f5d4c (diff)
downloaddwb-260f7b0822e387d28c8b447c3bf9bd0a16da5e4a.zip
Use bitmask for plugin-blocker-status
--HG-- branch : develop
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 77ff5f73..fe6fefc7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,7 +18,8 @@ $(TARGET): $(OBJ)
%.o: %.c
@echo "${CC} $<"
@$(CC) $(FLAGS) -c -o $@ $<
-# @$(CC) $(FLAGS) -MM $*.c > $*.d
+
+#@$(CC) $(FLAGS) -MM $*.c > $*.d
debug: $(DTARGET)