INC=$(shell gauche-config -I)
LIB=$(shell gauche-config -L)

repl: repl.c
	gcc $(INC) -o $@ $^ $(LIB) -lgauche
