diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-25 21:08:02 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-25 21:08:02 +0100 |
| commit | 9c71ae716be8106092a52892818ae7a60e98e918 (patch) | |
| tree | d725ccccd8cf8ba6cd7bdf1c59420a1989ed786f /oop2eindopdr/makefile | |
| parent | a66805fb93a7a6ad698c12a16ba157b21fcb7f58 (diff) | |
update makefiles
Diffstat (limited to 'oop2eindopdr/makefile')
| -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) |