From 7ecf28dc36f724a4ab4b3b4976421e4e4c397f3b Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 2 Feb 2024 23:33:20 +0100 Subject: Rename and regenerate some files --- tests/coq/array/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/coq/array/Makefile (limited to 'tests/coq/array/Makefile') diff --git a/tests/coq/array/Makefile b/tests/coq/array/Makefile deleted file mode 100644 index 1a5aee4a..00000000 --- a/tests/coq/array/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# This file was automatically generated - modify ../Makefile.template instead -# Makefile originally taken from coq-club - -%: Makefile.coq phony - +make -f Makefile.coq $@ - -all: Makefile.coq - +make -f Makefile.coq all - -clean: Makefile.coq - +make -f Makefile.coq clean - rm -f Makefile.coq - -Makefile.coq: _CoqProject Makefile - coq_makefile -f _CoqProject | sed 's/$$(COQCHK) $$(COQCHKFLAGS) $$(COQLIBS)/$$(COQCHK) $$(COQCHKFLAGS) $$(subst -Q,-R,$$(COQLIBS))/' > Makefile.coq - -_CoqProject: ; - -Makefile: ; - -phony: ; - -.PHONY: all clean phony -- cgit v1.2.3