aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-26 00:40:58 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-26 00:40:58 +0100
commit2bd231b84f81e3bc972c694bc8ab2765467af66f (patch)
treecdb370bbf50e23171100c9f7601433a9a33eeac9 /Makefile
parentfb291b6deface105667604fdaa8f6d8fcf4936b2 (diff)
downloadacid-2bd231b84f81e3bc972c694bc8ab2765467af66f.tar.gz
acid-2bd231b84f81e3bc972c694bc8ab2765467af66f.tar.xz
acid-2bd231b84f81e3bc972c694bc8ab2765467af66f.zip
Fix Makefile dependencies, extend tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7dfe61..79d35e6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ version = dev
outputs = acid acid.1
all: $(outputs)
-acid: acid.go
+acid: acid.go terminal.go
go build -ldflags "-X 'main.projectVersion=$(version)'" -o $@
acid.1: acid.adoc
asciidoctor -b manpage -a release-version=$(version) -o $@ acid.adoc || \