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

Merge branch 'master' into 'master'

Get rid of the awk.Makefile references

See merge request !47
parents 9cbafb67 a7d2b180
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ clean: Makefile.coq
.PHONY: clean
# Create Coq Makefile.
Makefile.coq: _CoqProject Makefile awk.Makefile
Makefile.coq: _CoqProject Makefile
"$(COQBIN)coq_makefile" -f _CoqProject -o Makefile.coq
# Install build-dependencies
......@@ -42,7 +42,6 @@ build-dep: build-dep/opam phony
# Some files that do *not* need to be forwarded to Makefile.coq
Makefile: ;
_CoqProject: ;
awk.Makefile: ;
opam: ;
# Phony wildcard targets
......
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