Makefile: formatting fix

This commit is contained in:
Maxime Coste 2018-04-10 19:02:32 +10:00
parent d571c207e6
commit a2978bff25

View File

@ -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))