[MLton-commit] r7088
Matthew Fluet
fluet at mlton.org
Sun Apr 19 09:03:16 PDT 2009
Makefile for 'make clean'.
----------------------------------------------------------------------
A mlton/trunk/lib/stubs/Makefile
----------------------------------------------------------------------
Added: mlton/trunk/lib/stubs/Makefile
===================================================================
--- mlton/trunk/lib/stubs/Makefile 2009-04-19 16:03:13 UTC (rev 7087)
+++ mlton/trunk/lib/stubs/Makefile 2009-04-19 16:03:15 UTC (rev 7088)
@@ -0,0 +1,11 @@
+## Copyright (C) 2009 Matthew Fluet.
+ #
+ # MLton is released under a BSD-style license.
+ # See the file MLton-LICENSE for details.
+ ##
+
+all:
+
+.PHONY: clean
+clean:
+ ../../bin/clean
More information about the MLton-commit
mailing list