Skip to content

Commit

Permalink
added install target for make
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 18, 2019
1 parent fcdb518 commit 91abe55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ all: Makefile.coq
test: all
$(MAKE) -C test-suite

install: all
$(MAKE) -f Makefile.coq install

Makefile.coq: _CoqProject
coq_makefile -f _CoqProject -o Makefile.coq

Expand Down

0 comments on commit 91abe55

Please sign in to comment.