summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-09 11:12:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-09 13:38:40 +0100
commit288cb7259a3f9a06a7ae3e20c3e15df31d2ee1a2 (patch)
tree3249fb312a7fd4b2b50b33017fc7d7d117914899 /crawl-ref/source/makefile
parentefd4161864f92ba6c52bd5fdc76c235a997cc31f (diff)
downloadcrawl-ref-288cb7259a3f9a06a7ae3e20c3e15df31d2ee1a2.tar.gz
crawl-ref-288cb7259a3f9a06a7ae3e20c3e15df31d2ee1a2.zip
Kludge around a stray ' for syntax highlighting.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 0b662b234a..a81bf1a9d9 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -628,7 +628,7 @@ test:
# This should eliminate an annoying need to use 'make clean' every time.
#
-TRACK_CFLAGS = $(subst ','\'',$(CC) $(CXX) $(ALL_CFLAGS))
+TRACK_CFLAGS = $(subst ','\'',$(CC) $(CXX) $(ALL_CFLAGS)) # (stray ' for highlights)
.cflags: .force-cflags
@FLAGS='$(TRACK_CFLAGS)'; \