Makefile wibbles

This commit is contained in:
Trevor Elliott 2015-09-28 13:58:39 -07:00
parent 91eae415c2
commit 2a202fd60a

View File

@ -175,7 +175,7 @@ PKG_EXCONTRIB_FILES := examples/contrib/mkrand.cry \
examples/contrib/simon.cry \
examples/contrib/speck.cry
${PKG}: ${PKG_BIN}/cryptol
${PKG}: ${CRYPTOL_EXE}
${PKG_BIN}/cryptol: ${CRYPTOL_EXE} \
docs/*.md docs/*.pdf LICENSE LICENSE.rtf \
@ -244,6 +244,9 @@ test: ${CS_BIN}/cryptol-test-runner ${PKG_BIN}/cryptol
$(if $(TEST_DIFF),-p $(TEST_DIFF),) \
)
print-%:
@echo "$* = $($*)"
# Since this is meant for development rather than end-user builds,
# this tries to stay out of the way of the other targets by
# reconfiguring, then removing dist/setup-config so that other targets