summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-04-10 19:02:32 +1000
committerMaxime Coste <mawww@kakoune.org>2018-04-10 19:02:32 +1000
commita2978bff257ac57b68cebdafaba4c7d4fec7f4d9 (patch)
treef8349c8792a16176dc16504886ebb6d0c67cfb02 /src
parentd571c207e64c917f78b5390f697e35c84a04dc7e (diff)
Makefile: formatting fix
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ef7406c6..20d8f6c5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -20,7 +20,7 @@ else
endif
endif
-version ?= $(shell if [ -f .version ]; then cat .version; elif [ -d ../.git ]; then git rev-parse --short HEAD; else echo "unknown"; fi )
+version ?= $(shell if [ -f .version ]; then cat .version; elif [ -d ../.git ]; then git rev-parse --short HEAD; else echo "unknown"; fi)
sources := $(sort $(wildcard *.cc))
objects := $(addprefix ., $(sources:.cc=$(suffix).o))