From 3e3a39963ea5d994ecaa3032cc991928eac0af83 Mon Sep 17 00:00:00 2001 From: Annwan Date: Mon, 1 Jun 2026 13:15:47 +0200 Subject: [PATCH] build: Makefile actually clean compile_flags.txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08540e9..2107a49 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ docs/%.pdf: docs/%.typ clean: $(RM) $(OBJS) $(RM) $(DEPS) - $(RM) compile_commands.json + $(RM) compile_flags.txt deepclean: clean $(RM) $(PROGRAM) $(RM) $(DOCS)