mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
0658c85ffe
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.
11 lines
55 B
Makefile
11 lines
55 B
Makefile
all:
|
|
|
|
Makefile:
|
|
@
|
|
|
|
%: FORCE
|
|
+./do $@
|
|
|
|
.PHONY: FORCE
|
|
|