From 80f5b9b6da748a75f75e5af45d91086e2b74d59c Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Wed, 22 Apr 2020 15:34:34 -0400 Subject: [PATCH] Makefile reversion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d73e7a060..8d3e059129 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ clean: setup: git submodule update --init --recursive - make all -C tools + make -C tools python3 fixbaserom.py python3 extract_baserom.py python3 extract_assets.py