aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-25 19:44:52 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-25 19:44:52 +0200
commit9b6401ae25d8248925ff3751f086b243840df3b0 (patch)
tree01fabf2f88811d0c2cf5dd5d7e990056be7c38d4
parentd4295a38b81ae929a35d89850261aa5b3c34cce8 (diff)
remove clean dependency of makefile
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 798ffd8..6b8c903 100644
--- a/makefile
+++ b/makefile
@@ -19,6 +19,6 @@ $(TARGET): $(OBJS)
clean:
$(RM) $(TARGET) $(OBJS)
-compile_commands: clean
+compile_commands:
compiledb make -Bn