From 03e5edadc59d2d59ef228501444e68a5e8a00c7e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Mar 2026 14:59:00 +0100 Subject: [CHORE] Moving proofs in the papers module. Signed-off-by: Amlal El Mahrouss --- proofs/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 proofs/Makefile (limited to 'proofs/Makefile') diff --git a/proofs/Makefile b/proofs/Makefile deleted file mode 100644 index efbda2d8..00000000 --- a/proofs/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -COQMAKEFILE ?= Makefile.coq - -all: $(COQMAKEFILE) - $(MAKE) -f $(COQMAKEFILE) - -$(COQMAKEFILE): _CoqProject - coq_makefile -f _CoqProject -o $(COQMAKEFILE) - -clean: $(COQMAKEFILE) - $(MAKE) -f $(COQMAKEFILE) clean - rm -f $(COQMAKEFILE) $(COQMAKEFILE).conf - -.PHONY: all clean - - - -- cgit v1.2.3