X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;h=eab7dd4a313293897a995655f8aeaac98d12a66f;hp=74c260137f61b440fa16ab1769b2a521fafb9651;hb=ff46afb5b5a682dd9f2e246afb889bb2f1be9f15;hpb=ec8ee5cde986e5b38bcae38cda9e63eba94f1d9f diff --git a/Makefile b/Makefile index 74c2601..eab7dd4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,11 @@ coqc := coqc -noglob -opt coqfiles := $(shell find src -name \*.v | grep -v \\\#) allfiles := $(coqfiles) $(shell find src -name \*.hs | grep -v \\\#) -default: build/CoqPass.hs +default: all + +all: $(allfiles) + make build/Makefile.coq + cd build; make -f Makefile.coq OPT="-opt -dont-load-proofs" All.vo build/CoqPass.hs: $(allfiles) make build/Makefile.coq @@ -20,7 +24,7 @@ build/Makefile.coq: $(coqfiles) src/categories/src src/categories/src: git submodule update --init src/categories - cd compiler/categories; git checkout master + cd src/categories; git checkout master clean: rm -rf build