aboutsummaryrefslogtreecommitdiff
path: root/week.mk
diff options
context:
space:
mode:
Diffstat (limited to 'week.mk')
-rw-r--r--week.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.mk b/week.mk
index c0bf56c..9fd8f2e 100644
--- a/week.mk
+++ b/week.mk
@@ -21,7 +21,7 @@ clean:
$(RM) $(TARGET) $(OBJS) $(OUTPUT_ZIP)
compile_commands: clean
- compiledb make
+ compiledb make -Bn
zip: all
zip -q $(OUTPUT_ZIP) makefile $(wildcard *.cpp) $(wildcard *.h) $(wildcard *.hpp)