summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-04 15:45:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-04 15:45:26 -0400
commit7e8bff29bb34a9a233172ef738f9fc7ce1a1b833 (patch)
treec46dc110a96f09541a83bb7e329e00cdfee8653b /Makefile
parent136464ce9448c43273422b1142642755c658e175 (diff)
review comments; br_ips std=c99
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e8dc6e9f..245a1a16a 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ MAKEFLAGS += --no-print-directory
AUTO_GEN_TARGETS :=
-all: rom
+all: tools rom
rom: $(ROM)
ifeq ($(COMPARE),1)