aboutsummaryrefslogtreecommitdiff
path: root/oop2eindopdr
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-25 21:08:02 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-25 21:08:02 +0100
commit9c71ae716be8106092a52892818ae7a60e98e918 (patch)
treed725ccccd8cf8ba6cd7bdf1c59420a1989ed786f /oop2eindopdr
parenta66805fb93a7a6ad698c12a16ba157b21fcb7f58 (diff)
update makefiles
Diffstat (limited to 'oop2eindopdr')
-rw-r--r--oop2eindopdr/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/oop2eindopdr/makefile b/oop2eindopdr/makefile
index dac4a06..7ad0415 100644
--- a/oop2eindopdr/makefile
+++ b/oop2eindopdr/makefile
@@ -23,7 +23,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)