From 3d7d5305d21696f896a0096ff2c73b49505affaa Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 21 Sep 2017 15:32:34 +0200 Subject: [PATCH] update CI --- .gitignore | 4 +++- Makefile | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9a7505f..952425de 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,7 @@ .#* auto *.fmt -Makefile.coq* +Makefile.coq +Makefile.coq.conf +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