From c751cfd4934af210dd73077637efd11104a54c66 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe 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 t type='submit' value='switch'/> dontfiles
summary refs log tree commit diff
path: root/home (unfollow)
Commit message (Expand)Author
2018-02-01Add fbattJune McEnroe
2018-02-01Blank framebuffer with sampled background on exitJune McEnroe
2018-02-01Add bin/READMEJune McEnroe
2018-02-01Add license notice to gfxxJune McEnroe
2018-02-01Build any target by defaultJune McEnroe
2018-02-01Remove fb.c and color.cJune McEnroe
2018-02-01Add gfxxJune McEnroe
2018-01-31Map \h to sort includesJune McEnroe
2018-01-31Only load 128 glyphs in fbclockJune McEnroe
2018-01-30Style tweak fbclockJune McEnroe
2018-01-30Remove Tarmak and Colemak keylayoutsJune McEnroe
2018-01-29Generalize hnelJune McEnroe
2018-01-29Remove Tarmak remappings from vimJune McEnroe
2018-01-29Switch back to QWERTY on LinuxJune McEnroe
2018-01-29Take fbclock font in env varJune McEnroe
2018-01-29Support fbclock fonts wider than 8June McEnroe
2018-01-29Take font path on fbclock argvJune McEnroe
2018-01-29Add fbclockJune McEnroe
2018-01-29Remove color from MakefileJune McEnroe
2018-01-29Set t_Co = 8June McEnroe
2018-01-29Add :Q command aliasJune McEnroe
2018-01-29Add setuid target for briJune McEnroe
2018-01-28Add init function to fb interfaceJune McEnroe
2018-01-28Add color.cJune McEnroe