From 17f98c7d0a864502e5722e756e33c6d2fef8a2c0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 15 Nov 2019 14:08:53 -0500 Subject: add web as a subcommand to the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf