aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-04-16 07:38:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-16 08:30:25 +0200
commitb594ff78b22452b1260286f86fc5a40dbf3d38d9 (patch)
tree2155919c214082fe2e99728b6d0d0ac187d9fea8 /Makefile
parentfe81d713e1c59f2175974f0bc3eda5ff7a5f0749 (diff)
downloadacid-b594ff78b22452b1260286f86fc5a40dbf3d38d9.tar.gz
acid-b594ff78b22452b1260286f86fc5a40dbf3d38d9.tar.xz
acid-b594ff78b22452b1260286f86fc5a40dbf3d38d9.zip
Improve shell quoting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fd3dc3..455c22d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,7 @@ acid: acid.go
go build -ldflags "-X 'main.projectVersion=$(version)'" -o $@
acid.1: acid.adoc
asciidoctor -b manpage -a release-version=$(version) -o $@ acid.adoc
+test: all
+ go test
clean:
rm -f $(outputs)