Skip to content
Snippets Groups Projects
Commit c0434011 authored by Ralf Jung's avatar Ralf Jung
Browse files

simplify our build instructions to just "make"

thanks to Christian Doczkal <doczkal@ps.uni-saarland.de> for the Makefile snippet!
parent 23f7fac4
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,4 @@ ...@@ -8,4 +8,4 @@
*~ *~
*.bak *.bak
.coq-native/ .coq-native/
Makefile Makefile.coq
Makefile 0 → 100644
# Makefile originally by Christian Doczkal <doczkal@ps.uni-saarland.de>
all: Makefile.coq
+make -f Makefile.coq all
clean: Makefile.coq
+make -f Makefile.coq clean
rm -f Makefile.coq
Makefile.coq: _CoqProject
coq_makefile -f _CoqProject -o Makefile.coq
.PHONY: all clean
...@@ -15,7 +15,6 @@ fixed version of Ssreflect. ...@@ -15,7 +15,6 @@ fixed version of Ssreflect.
BUILDING INSTRUCTIONS BUILDING INSTRUCTIONS
--------------------- ---------------------
Run the following commands to build the full development: Run the following command to build the full development:
./configure
make make
#!/bin/sh
coq_makefile -f _CoqProject -o Makefile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment