From d53edf5d34939fa08dbfb20f341e7ece14ced465 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 18 Apr 2024 17:26:27 +0200 Subject: update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6b8c903..92e28a9 100644 --- a/makefile +++ b/makefile @@ -19,6 +19,6 @@ $(TARGET): $(OBJS) clean: $(RM) $(TARGET) $(OBJS) -compile_commands: +compile_commands.json: compiledb make -Bn -- cgit v1.2.3