mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
Fix broken makefile
This commit is contained in:
parent
4b835cfc6b
commit
e947c4e5c3
3
Makefile
3
Makefile
@ -32,7 +32,8 @@ include $(DEVKITPPC)/base_rules
|
|||||||
# all directories are relative to this makefile
|
# all directories are relative to this makefile
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
BUILD ?= release
|
BUILD ?= release
|
||||||
SOURCES := src
|
SOURCES := src \
|
||||||
|
src/config
|
||||||
|
|
||||||
INCLUDES := src \
|
INCLUDES := src \
|
||||||
wups_include
|
wups_include
|
||||||
|
Loading…
Reference in New Issue
Block a user