Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / libs / basis-2002 / top-level / Makefile
1 ## Copyright (C) 2004-2006 Henry Cejtin, Matthew Fluet, Suresh
2 # Jagannathan, and Stephen Weeks.
3 #
4 # MLton is released under a BSD-style license.
5 # See the file MLton-LICENSE for details.
6 ##
7
8 GEN := generate-overloads
9
10 overloads.sml: $(GEN).sml
11 mlton $(GEN).sml
12 $(GEN) >overloads.sml
13
14 .PHONY: clean
15 clean:
16 ../../../../bin/clean