]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - Makefile
First working version
[nsscash/nsscash.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..fe36167
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+all:
+       go generate ./...
+       go vet ./...
+       go build
+       go test ./...
+
+clean:
+       rm -f nsscash filetype_string.go
+
+.PHONY: all clean