Backport from sid to buster
[hcoop/debian/mlton.git] / doc / examples / finalizable / Makefile
CommitLineData
7f918cf1
CE
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
8PATH := ../../../build/bin:$(shell echo $$PATH)
9
10mlton := mlton -default-ann 'allowFFI true'
11
12all:
13 $(mlton) finalizable.sml cons.c
14 ./finalizable
15
16.PHONY: clean
17clean:
18 ../../../bin/clean