all: prompt %: %.c cc -std=c11 -Wall $@.c -ledit -o $@ .PHONY: clean clean: rm -rf prompt