MPC_DIR := ../mpc


all: lispy


%: %.c
	cc -std=c11 -Wall $@.c ${MPC_DIR}/mpc.c -ledit -o $@


.PHONY: clean
clean:
	rm -rf lispy