mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
Use a fixed TARGET
This commit is contained in:
parent
b798dabced
commit
0e06e18873
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ WUT_ROOT := $(DEVKITPRO)/wut
|
|||||||
# DATA is a list of directories containing data files
|
# DATA is a list of directories containing data files
|
||||||
# INCLUDES is a list of directories containing header files
|
# INCLUDES is a list of directories containing header files
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
TARGET := $(notdir $(CURDIR))
|
TARGET := ftpiiu
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := src src/utils
|
SOURCES := src src/utils
|
||||||
DATA := data
|
DATA := data
|
||||||
|
Loading…
Reference in New Issue
Block a user