Skip to content

Commit

Permalink
add a clean target to wipe out the local db
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhoff committed Apr 12, 2020
1 parent febdaa4 commit bacb59d
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 @@ -2,6 +2,9 @@ dev:
mkdir -p dbdata
go run main.go

clean:
rm -rf ./dbdata

docker-build:
docker build -t coap-hooks-router .

Expand Down

0 comments on commit bacb59d

Please sign in to comment.