Skip to content

Commit

Permalink
Only build RecordSet.vo
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Aug 7, 2018
1 parent 97375ca commit c9ef8cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Makefile.coq: _CoqProject
clean:
make -f Makefile.coq clean

install:
install: RecordSet.vo
make -f Makefile.coq install

.PHONY: default examples clean install
1 change: 0 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-R . RecordSet

RecordSet.v
Examples.v

0 comments on commit c9ef8cb

Please sign in to comment.