X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_disambiguation%2FMakefile;h=2fb5de515ea7538e6fa48ef01ab00925106f9b0f;hb=4e51145c79bf8c5c8d42442f74b2c63ff68141ed;hp=2dc2984de24a89a88e505ed5f55f47fe4ae28604;hpb=f4d41a527321e5fbdc10054b46ad60fe9f7f54a1;p=helm.git diff --git a/helm/software/components/cic_disambiguation/Makefile b/helm/software/components/cic_disambiguation/Makefile index 2dc2984de..2fb5de515 100644 --- a/helm/software/components/cic_disambiguation/Makefile +++ b/helm/software/components/cic_disambiguation/Makefile @@ -1,8 +1,8 @@ PACKAGE = cic_disambiguation NOTATIONS = number INTERFACE_FILES = \ - disambiguateChoices.mli \ - cicDisambiguate.mli + cicDisambiguate.mli \ + disambiguateChoices.mli IMPLEMENTATION_FILES = \ $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \ $(patsubst %,%_notation.ml,$(NOTATIONS))