From 7d6e7d01138aedd23741a53544e8d30eb35227f8 Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Fri, 13 Oct 2023 21:16:16 -0700 Subject: [PATCH] Adjust Makefile so 'make' builds all --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a3848b..e00543b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +build-all: build-rust build-ui + build-rust: wasm-pack build --target=web @@ -5,4 +7,4 @@ build-ui: rm -rf ui/dist ui/.parcel-cache cd ui; npm run build -build-all: build-rust build-ui \ No newline at end of file +build-all: build-rust build-ui