From 9b6401ae25d8248925ff3751f086b243840df3b0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 25 Apr 2023 19:44:52 +0200 Subject: remove clean dependency of makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3