From 950e90488a2f82d3c57ecac1ac41632795ff2b21 Mon Sep 17 00:00:00 2001 From: Openset Date: Wed, 23 Jan 2019 18:26:20 +0800 Subject: [PATCH] Add: update --- Makefile | 7 +++++++ helper/README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3237c77d0..9989e8f0d 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,10 @@ test: bench: go test -bench=. ./... + +update: + leetcode update + leetcode readme + leetcode helper + leetcode tag + leetcode description diff --git a/helper/README.md b/helper/README.md index 98fd2b94a..398e3d5a7 100644 --- a/helper/README.md +++ b/helper/README.md @@ -22,7 +22,7 @@ The commands are: test run go test description build all problems description file update update self - clean clean cache file + clean remove cached files version print leetcode version help show command usage