diff options
Diffstat (limited to 'oop2eindopdr')
-rw-r--r-- | oop2eindopdr/makefile | 2 |
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) |