Skip to content

Commit

Permalink
added target to clear cache;
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekk committed Aug 18, 2019
1 parent 29c0ea2 commit 564bfb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
help:
@grep '^[^#\.[:space:]].*:' Makefile | tr -d ':'

clear-cache:
rm -rf ./cache/*.txt

build:
go build cmd/main.go

Expand Down

0 comments on commit 564bfb2

Please sign in to comment.