[MLton-commit] r6539
Matthew Fluet
fluet at mlton.org
Mon Apr 7 11:33:20 PDT 2008
A def-use target
----------------------------------------------------------------------
U mlton/trunk/basis-library/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/Makefile
===================================================================
--- mlton/trunk/basis-library/Makefile 2008-04-07 18:33:15 UTC (rev 6538)
+++ mlton/trunk/basis-library/Makefile 2008-04-07 18:33:19 UTC (rev 6539)
@@ -30,6 +30,10 @@
DEFAULT_REAL = real32 real64
DEFAULT_WORD = word32 word64
+.PHONY: def-use
+def-use:
+ "$(MLTON)" -stop tc -prefer-abs-paths true -show-def-use basis-library.def-use libs/all.mlb
+
.PHONY: type-check-def
type-check-def:
"$(MLTON)" -disable-ann deadCode -stop tc -show-types true \
More information about the MLton-commit
mailing list