1
2
3
4
5
6
7
8
# example/scheme/Makefile -- Makefile for the MPS Scheme example
#
# $Id: //info.ravenbrook.com/project/mps/version/1.110/example/scheme/Makefile.in#1 $

CFLAGS = @CFLAGS@

scheme: scheme.c
	$(CC) $(CFLAGS) -o scheme -I ../../code scheme.c ../../code/mps.c