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)