all: cmake --build bin clean: cd bin; make -f Makefile clean shipme := $(shell cat sources.txt) makefile bin CMakeLists.txt sources.txt togo : ALWAYS echo $(shipme:%=src/%) > $@ .PHONY: ALWAYS ##tar -c --no-rec $(shipme) | gzip > $@