# puzzles from http://www.gowrikumar.com/c/ BINDIR := $(PWD)/bin export BINDIR all: $(CD) src && $(MAKE) clean: $(RM) $(BINDIR)/* .PHONY: all clean