From: Ian Jackson Date: Sat, 7 Apr 2018 22:10:47 +0000 (+0100) Subject: Makefile: fix spelling of COPTIMISE X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=19168eea17d99c46ada02f46c19241360c78ab68;p=moebius3.git Makefile: fix spelling of COPTIMISE Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 5794c98..8a8c069 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ USING_AUTOS = moebius COPTIMISE = -O2 CDEBUG = -g CWARNINGS = -Wall -Wwrite-strings -Wshadow -Wextra -Wno-unused-parameter -CFLAGS = $(COPTMISE) $(CWARNINGS) $(CDEBUG) +CFLAGS = $(COPTIMISE) $(CWARNINGS) $(CDEBUG) $(shell set -xe; $(PLAY)/commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad )