From e947c4e5c367d564252e0ef578ec1f46bd5249fe Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 17 Jul 2018 15:28:11 +0200 Subject: [PATCH] Fix broken makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52714b3..051f088 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,8 @@ include $(DEVKITPPC)/base_rules # all directories are relative to this makefile #--------------------------------------------------------------------------------- BUILD ?= release -SOURCES := src +SOURCES := src \ + src/config INCLUDES := src \ wups_include