mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 03:11:54 -07: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
|