summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-19 07:44:42 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-19 07:44:42 -0400
commit01144e666dd1b3daed500ab230fbc7d0266962da (patch)
tree77af1166d631458c3f073e4cf3c66add9bf862d2 /Makefile
parentcdca287a2d0b9941acafe1629ef1d1ee4285e95b (diff)
add command fireslay
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77aabe8..3d6a476 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BINDIR = /usr/local/bin 1BINDIR = /usr/local/bin
2BINARIES = sliceweasel 2BINARIES = sliceweasel fireslay
3SUDO != [ "$$(id -u)" = 0 ] || echo sudo 3SUDO != [ "$$(id -u)" = 0 ] || echo sudo
4 4
5.PHONY: install install-bin 5.PHONY: install install-bin