aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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.).
* recursive-build coqprimeGravatar Rob Sloan2016-01-28
|
* recursive-build coqprimeGravatar Rob Sloan2016-01-28
|
* Import coqprime; use it to prove Euler's criterion.Gravatar Jade Philipoom2016-01-20
|
* remove fiat dependencyGravatar Andres Erbsen2016-01-16
|
* simple refactor of makefile; commentsGravatar varomodt2016-01-09
|
* fix the makefile to not rebuild + module renamingGravatar Robert Sloan2015-10-22
|
* pull changes from desktopGravatar Robert Sloan2015-10-19
|
* redo module structure + init curve25519Gravatar Robert Sloan2015-09-16
|
* Basic Galois Field Theory ModulesGravatar Robert Sloan2015-09-16
|
* init our centralized repoGravatar Robert Sloan2015-09-10