MPC_DIR := ../mpc all: lispy %: %.c %.h cc -std=c11 -Wall -Wextra $@.c ${MPC_DIR}/mpc.c -ledit -lm -o $@ .PHONY: clean clean: rm -rf lispy