Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d07d7ab417d79053e7e0155c99e1a1c8 > files > 2152

mlton-20100608-3.fc15.i686.rpm

## Copyright (C) 2003-2006 Henry Cejtin, Matthew Fluet, Suresh
 #    Jagannathan, and Stephen Weeks.
 #
 # MLton is released under a BSD-style license.
 # See the file MLton-LICENSE for details.
 ##

PATH := ../../../build/bin:$(shell echo $$PATH)

mlton := mlton -default-ann 'allowFFI true'

all:
	$(mlton) finalizable.sml cons.c
	./finalizable

.PHONY: clean
clean:
	../../../bin/clean