piper: piper.c ${CC} -o piper -Wall -Werror piper.c mcwrapper: mcwrapper.c ${CC} -o mcwrapper -Wall -Werror mcwrapper.c bidirtest: bidirtest.c ${CC} -o bidirtest -Wall -Werror bidirtest.c .PHONY: clean clean: rm -f piper bidirtest mcwrapper