From a28b75ab4e4e1423c449c2b57a8a28df5c70d5c6 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Sun, 30 Sep 2018 20:26:00 -0400
Subject: Use PascalCase for constants

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 9199a7b..018550f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,9 @@ client.o: help.h
 
 help.h:
 	head -c 4096 torus.dat \
-		| file2c -s -x 'static const uint8_t HELP_DATA[] = {' '};' \
+		| file2c -s -x 'static const uint8_t HelpData[] = {' '};' \
 		> help.h
-	echo 'static const struct Tile *HELP = (const struct Tile *)HELP_DATA;' \
+	echo 'static const struct Tile *Help = (const struct Tile *)HelpData;' \
 		>> help.h
 
 tags: *.h *.c
-- 
cgit 1.4.1