1
0

build: Makefile actually clean compile_flags.txt

This commit is contained in:
2026-06-01 13:15:47 +02:00
parent c8dbbac38f
commit 3e3a39963e

View File

@ -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)