diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 276d7af8..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "vendor/src/github.com/GeertJohan/go.rice"] - path = vendor/src/github.com/GeertJohan/go.rice - url = https://github.com/GeertJohan/go.rice.git diff --git a/Makefile b/Makefile index 3fee3037..072c6126 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,14 @@ test: go test -cover -short ./... clean: - @find ./ -name '*.out' | xargs rm # remove go coverage output - @find ./ -name '*.sqlite' | xargs rm # remove sqlite databases + @find ./ -name '*.out' | xargs rm # remove go coverage output + @find ./ -name '*.sqlite' | xargs rm # remove sqlite databases + @find ./ -name '*.rice-box.go' | xargs rm rm -rf debian/drone/usr/local/bin/drone rm -rf debian/drone/usr/local/bin/droned rm -rf debian/drone.deb + rm server/server + rm client/client #cd cmd/droned/static && rice clean #cd cmd/droned/template && rice clean