From 9c71ae716be8106092a52892818ae7a60e98e918 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 25 Dec 2022 21:08:02 +0100 Subject: update makefiles --- oop2eindopdr/makefile | 2 +- week.mk | 2 +- 2 files changed, 2 insertions(+), 2 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) 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) -- cgit v1.2.3