diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-04-10 19:02:32 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-04-10 19:02:32 +1000 |
| commit | a2978bff257ac57b68cebdafaba4c7d4fec7f4d9 (patch) | |
| tree | f8349c8792a16176dc16504886ebb6d0c67cfb02 /src | |
| parent | d571c207e64c917f78b5390f697e35c84a04dc7e (diff) | |
Makefile: formatting fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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)) |
