X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/ac64d96d45f900309ec7e97138b2e793f40ec9f1..2ce8fb3fe6c8e9b2b714f0e578e5332d9ff1d6cf:/Makefile diff --git a/Makefile b/Makefile index f3161d4..43719ea 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ all: mlton COMMON_DEPS := configDefault/config.sig configDefault/configDefault.sml \ - openssl/openssl_sml.so + openssl/openssl_sml.so config.sml + +config.sml: + echo -e 'structure Config :> CONFIG = struct\nopen ConfigDefault\nend' > $@ .PHONY: all mlton smlnj install @@ -163,4 +166,4 @@ install: .PHONY: grab_lib grab_lib: - rsync --delete /afs/hcoop.net/common/etc/domtool/lib/* lib/ + rsync -r --delete /afs/hcoop.net/common/etc/domtool/lib/* lib/