aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 06735f63..7090f2e7 100644
--- a/Makefile
+++ b/Makefile
@@ -71,11 +71,8 @@ less: public/css/gogs.css
public/css/gogs.css: $(LESS_FILES)
@type lessc >/dev/null 2>&1 && lessc --source-map "public/less/gogs.less" $@ || echo "lessc command not found or failed"
-clean:
- go clean -i ./...
-
-clean-mac: clean
- find . -name ".DS_Store" -print0 | xargs -0 rm
+clean-mac:
+ find . -name "*.DS_Store" -type f -delete
test:
go test -cover -race ./...