summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-11-27 23:36:03 -0500
committerAndrew Cady <d@cryptonomic.net>2022-11-27 23:36:03 -0500
commited5b7a38f85e8e9c41797763f6ebc6423d23173d (patch)
treeeab0004c5b77382923f2df84c8610f7b233298a1 /Makefile
parenta6e27250654746ced5dfc659ca7f49a383d95ac9 (diff)
more
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
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 @@
1selfpublish != command -v selfpublish.sh || echo sh selfpublish.sh
2
3all: install-stamp
4 ./stream
5
6install-stamp:
7 sudo $(selfpublish)
8 touch $@