diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-11-23 20:42:11 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-11-23 20:42:11 -0500 |
commit | 0071d0600f0411c878e6fde190218e74592811c1 (patch) | |
tree | c8f28326131cec8e8bf0599dc67b15703749114b /Makefile | |
parent | 98a6bb8b09a52f7c26e28a814a29bb33c6937f67 (diff) |
Require rgbds 0.5.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ tools: $(MAKE) -C tools/ -RGBASMFLAGS = -L -Weverything +RGBASMFLAGS = -L -Weverything -Wnumeric-string=2 -Wtruncation=1 # Create a sym/map for debug purposes if `make` run with `DEBUG=1` ifeq ($(DEBUG),1) RGBASMFLAGS += -E |