Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / examples / finalizable / Makefile
1 ## Copyright (C) 2003-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 PATH := ../../../build/bin:$(shell echo $$PATH)
9
10 mlton := mlton -default-ann 'allowFFI true'
11
12 all:
13 $(mlton) finalizable.sml cons.c
14 ./finalizable
15
16 .PHONY: clean
17 clean:
18 ../../../bin/clean