ref: 7300157f544b196f68f1514233b8c1774281d0e3
parent: 14442eaaba36abfd0d102e47021452d9ab375ec0
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 5 15:48:27 EDT 2019
Convert the Makefile setting list to a table
--- a/README.md
+++ b/README.md
@@ -26,11 +26,13 @@
Run 'make' in this folder, preferably with some of the following settings:
-* `RELEASE=1` - Compile a release build (optimised, stripped, etc.)
-* `STATIC=1` - Produce a statically-linked executable (so you don't need to bundle DLL files)
-* `JAPANESE=1` - Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
-* `FIX_BUGS=1` - Fix various bugs in the game
-* `DEBUG_SAVE=1` - Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
+Name | Function
+--------|--------
+`RELEASE=1` | Compile a release build (optimised, stripped, etc.)
+`STATIC=1` | Produce a statically-linked executable (so you don't need to bundle DLL files)
+`JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
+`FIX_BUGS=1` | Fix various bugs in the game
+`DEBUG_SAVE=1` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
## Licensing