aboutsummaryrefslogtreecommitdiff
path: root/coqprime/Coqprime/Tactic.v
Commit message (Collapse)AuthorAge
* coqprime in COQPATH (closes #269)Gravatar Andres Erbsen2018-02-24
|
* Strip trailing whitespaceGravatar Jason Gross2017-06-02
| | | | | | | With ```bash bash ./etc/coq-scripts/formatting/strip-trailing-whitespace.sh ```
* Update build process to use COQPATH & _CoqProjectGravatar Jason Gross2016-02-05
Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.).