CC="gcc" all: publisher publisher: echo "Building publisher..." $(MAKE) -C src/publisher/ CC=$(CC) OUT=$(PWD) clean: $(MAKE) clean -C src/publisher/ CC=$(CC) OUT=$(PWD) .PHONY: clean