1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00
emacs/mps/example/scheme/Makefile.in
Richard Brooksby b42f496475 Generating the scheme example makefile using autoconf, so that it gets the right flags for the platform.
Copied from Perforce
 Change: 179569
 ServerID: perforce.ravenbrook.com
2012-09-19 21:45:32 +01:00

8 lines
178 B
Makefile

# example/scheme/Makefile -- Makefile for the MPS Scheme example
#
# $Id$
CFLAGS = @CFLAGS@
scheme: scheme.c
$(CC) $(CFLAGS) -o scheme -I ../../code scheme.c ../../code/mps.c