go: clean tutorial properly

This commit is contained in:
Roger Meier 2014-07-28 08:18:20 +02:00
parent 5c0e987ac1
commit 87a0477a08

View File

@ -49,7 +49,7 @@ tutorialsecureclient: all
GOPATH=`pwd` $(GO) run src/*.go -secure=true
clean-local:
$(RM) -r gen-*
$(RM) -r gen-* src/shared src/tutorial src/git.apache.org go-tutorial calculator-remote
EXTRA_DIST = \
src/client.go \