MPC_DIR := ../mpc


all: lispy


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


.PHONY: clean
clean:
	rm -rf lispy