Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun authored Dec 25, 2023
1 parent c5cbc52 commit 61a8bc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theories/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ all: $(COQMAKEFILE)

-include $(COQMAKEFILE)

post-all::
mv "$(PARSERBASE)" "$(PARSERFILE)"

clean::
rm -f $(PARSERBASE)
rm -f $(patsubst %.ml,%.mli,$(PARSERBASE))
Expand Down

0 comments on commit 61a8bc9

Please sign in to comment.