From 0e409c0d2b4c8b8883de2432058cc72060c5b0de Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 21 Sep 2017 16:10:39 +0200
Subject: [PATCH] update Makefile

---
 .gitignore | 3 ++-
 Makefile   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 90fe9644..08527b80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,8 @@
 *~
 *.bak
 .coq-native/
-Makefile.coq*
+Makefile.coq
+Makefile.coq.conf
 *.crashcoqide
 html/
 build-dep/
diff --git a/Makefile b/Makefile
index 4a7e6442..cff640c1 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ build-dep: build-dep/opam phony
 Makefile: ;
 _CoqProject: ;
 awk.Makefile: ;
+opam: ;
 
 # Phony wildcard targets
 phony: ;
-- 
GitLab