mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-09-14 05:15:21 -05:00
chore: Introduce common directory to deduplicate shared code
This commit is contained in:
@@ -21,9 +21,9 @@ WUMS_ROOT := $(DEVKITPRO)/wums
|
||||
#-------------------------------------------------------------------------------
|
||||
TARGET := Inkay-pretendo
|
||||
BUILD := build
|
||||
SOURCES := src src/utils
|
||||
SOURCES := src src/utils ../common
|
||||
DATA := data
|
||||
INCLUDES := src ../src/lang
|
||||
INCLUDES := src ../src/lang ../common
|
||||
#DEBUG := 1
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user