# $Id: /parrot/offline/examples/compilers/Makefile 2 2006-08-01T20:22:43.009903Z svm  $

# Generate shared libs, which will be used as loadable compilers

all: japhc

japhc: japhc.c
	$(CC) -shared -fpic japhc.c -o ../../runtime/parrot/dynext/japhc.so -g -Wall -I../../include
