aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-15 14:08:53 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-15 14:08:53 -0500
commit17f98c7d0a864502e5722e756e33c6d2fef8a2c0 (patch)
treedcf63b666b5713055205dd03fab02f11fa791cbc /Makefile
parent60105296ec8c517bb4ba3d8b38f0b22734f2ae22 (diff)
downloadteleterm-17f98c7d0a864502e5722e756e33c6d2fef8a2c0.tar.gz
teleterm-17f98c7d0a864502e5722e756e33c6d2fef8a2c0.zip
add web as a subcommand to the makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35d4c02..24d0a1e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ NAME = $(shell cargo metadata --no-deps --format-version 1 --manifest-path telet
VERSION = $(shell cargo metadata --no-deps --format-version 1 --manifest-path teleterm/Cargo.toml | jq -r '.version')
INTERACTIVE_SUBCOMMANDS = stream watch record play
-NONINTERACTIVE_SUBCOMMANDS = server
+NONINTERACTIVE_SUBCOMMANDS = server web
SUBCOMMANDS = $(INTERACTIVE_SUBCOMMANDS) $(NONINTERACTIVE_SUBCOMMANDS)
DEB_PACKAGE = $(NAME)_$(VERSION)_amd64.deb