aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard
diff options
context:
space:
mode:
Diffstat (limited to 'src/versions/standard')
-rw-r--r--src/versions/standard/Make14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/versions/standard/Make b/src/versions/standard/Make
index 5322133..37822db 100644
--- a/src/versions/standard/Make
+++ b/src/versions/standard/Make
@@ -9,12 +9,14 @@
########################################################################
## To generate the Makefile: ##
## coq_makefile -f Make -o Makefile ##
-## Suppress the "Makefile" target ##
-## Suppress the "test", "ztest", "vtest" and "./" dependencies from ##
-## the all target ##
-## Suppress the "+" lines of the install and the clean targets ##
-## Add to the clean target: ##
-## - rm -f ../unit-tests/*.vo ../unit-tests/*.zlog ../unit-tests/*.vtlog verit/veritParser.mli verit/veritParser.ml verit/veritLexer.ml smtlib2/smtlib2_parse.mli smtlib2/smtlib2_parse.ml smtlib2/smtlib2_lex.ml ##
+## In the Makefile : ##
+## 1) Suppress the "Makefile" target ##
+## 2) Change the "all" target: ##
+## remove the "test", "ztest", "vtest" and "./" dependencies ##
+## 3) Change the "install" and "clean" targets: ##
+## Suppress the "+" lines ##
+## 4) Add to the "clean" target: ##
+## - rm -f ../unit-tests/*.vo ../unit-tests/*.zlog ../unit-tests/*.vtlog verit/veritParser.mli verit/veritParser.ml verit/veritLexer.ml smtlib2/smtlib2_parse.mli smtlib2/smtlib2_parse.ml smtlib2/smtlib2_lex.ml ##
########################################################################