# example/scheme/Makefile -- Makefile for the MPS Scheme example # # $Id$ scheme: scheme.c $(CC) -g3 -ansi -pedantic -Wall -Wno-extended-offsetof -o scheme -I ../../code scheme.c ../../code/mps.c