sshuttle/Makefile
Avery Pennarun 0658c85ffe Replace make-based build with redo-based build.
Including a copy of minimal/do as 'do' in the top directory.  To build, just
run './do' or 'make'.

This also builds the ui-macos directory automatically if you're on MacOS.
2011-02-26 18:16:44 -08:00

11 lines
55 B
Makefile

all:
Makefile:
@
%: FORCE
+./do $@
.PHONY: FORCE