From 1880e5b2162a4ea055b1a235abf462bd8d92714e Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Wed, 11 Nov 2020 22:08:02 -0500 Subject: Minimize public structs and functions Minimize public structs and functions, allowing for only the run function to be exposed. This function will be the primary backend driver. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7547abf..ff2f466 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ pre-build: cd $(MAKEPATH); cargo clippy cd $(MAKEPATH); cargo test -tree: - cd $(MAKEPATH); cargo tree +doc: + cd $(MAKEPATH); cargo doc --open tag: cd $(MAKEPATH); git tag $(VERSION) -- cgit v1.2.3