Skip to content

Commit

Permalink
fix Makefile (#4)
Browse files Browse the repository at this point in the history
* Update Makefile

* make clean depends on Makefile.coq
  • Loading branch information
liyishuai authored and jeehoonkang committed Nov 1, 2017
1 parent a70c412 commit d7d2fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Makefile.coq: Makefile $(COQTHEORIES)
echo $(COQTHEORIES)) > _CoqProject
coq_makefile -f _CoqProject -o Makefile.coq

%.vo: Makefile.coq
%: Makefile.coq
$(MAKE) -f Makefile.coq "$@"

clean:
clean: Makefile.coq
$(MAKE) -f Makefile.coq clean
rm -f _CoqProject Makefile.coq

0 comments on commit d7d2fc3

Please sign in to comment.