Skip to content
Snippets Groups Projects
Commit cb195759 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Formal definition of lambdaRust

parents
No related branches found
No related tags found
No related merge requests found
*.vo
*.vio
*.v.d
*.glob
*.cache
*.aux
\#*\#
.\#*
*~
*.bak
.coq-native/
Makefile.coq
Makefile 0 → 100644
# Makefile originally taken from coq-club
%: Makefile.coq
+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: all clean
-Q . lambdarust
lang.v
lang.v 0 → 100644
This diff is collapsed.
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