diff options
author | Andrew Cady <d@cryptonomic.net> | 2022-11-27 23:36:03 -0500 |
---|---|---|
committer | Andrew Cady <d@cryptonomic.net> | 2022-11-27 23:36:03 -0500 |
commit | ed5b7a38f85e8e9c41797763f6ebc6423d23173d (patch) | |
tree | eab0004c5b77382923f2df84c8610f7b233298a1 /Makefile | |
parent | a6e27250654746ced5dfc659ca7f49a383d95ac9 (diff) |
more
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0bcd84c --- /dev/null +++ b/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | selfpublish != command -v selfpublish.sh || echo sh selfpublish.sh | ||
2 | |||
3 | all: install-stamp | ||
4 | ./stream | ||
5 | |||
6 | install-stamp: | ||
7 | sudo $(selfpublish) | ||
8 | touch $@ | ||