mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
6 lines
198 B
Makefile
6 lines
198 B
Makefile
# 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
|