diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-11-23 20:14:08 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-11-23 20:14:08 -0500 |
| commit | 6834c7a9a149aaadccc7d41bc93e5440d84d8b66 (patch) | |
| tree | cc0ce47c9b29168f17c0c7a3d21efefcc93f3459 /Makefile | |
| parent | 645719e99bd0a1d23c8035c6c6b0d3810c83e222 (diff) | |
Require rgbds 0.5.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,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 |
