Skip to content

Commit

Permalink
add ssvplwc to makefile
Browse files Browse the repository at this point in the history
This patch adds a target for the ssvplwc client to the global Makefile.

Signed-off-by: Amy Parker <amy@amyip.net>
  • Loading branch information
amyipdev committed Jul 28, 2023
1 parent d57b193 commit b19d926
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ SASS_SRCS = $(shell find scss/ -name '*.scss')
all:
$(SASS) scss/custom.scss:assets/css/custom_bootstrap.css $(SASS_OPTIONS)
$(MAKE) -C js


ssvplwc:
cd srv/ssvplwc; cargo run --release

0 comments on commit b19d926

Please sign in to comment.