[MLton-commit] r7353

Wesley Terpstra wesley at mlton.org
Mon Nov 2 15:05:27 PST 2009


Improve cleaning rules now that the build process has changed.


----------------------------------------------------------------------

U   mlton/trunk/package/mingw/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile	2009-11-02 22:43:22 UTC (rev 7352)
+++ mlton/trunk/package/mingw/Makefile	2009-11-02 23:05:23 UTC (rev 7353)
@@ -28,9 +28,14 @@
 MLton-$(VERSION).msi:	mlton.wixobj dirs.wixobj files.wixobj $(PKG_WIXOBJ)
 	light -dcl:high -cultures:en-us -ext WixUIExtension -out $@ $^
 
+.PHONY: clean distclean
 clean:
-	rm -rf staging MLton.msi *.wixpdb *.wixobj *.exe $(PKG_WXS) $(PKG_LST) files.wxs dirs.wxs
-
+	rm -rf staging MLton.msi *.wixpdb *.wixobj *.wxs
+	rm -f guid.exe files2cmp.exe dirs2wix.exe files2wix.exe
+	rm -f $(PKG_LST)
+distclean:	clean
+	rm -f MLton-*.exe MLton-*.msi dl/*.7z
+	
 %.wixobj:	%.wxs
 	candle -ext WixUIExtension $<
 




More information about the MLton-commit mailing list