Use a fixed TARGET name

This commit is contained in:
Maschell 2020-07-05 13:24:35 +02:00
parent c183141e3d
commit a37337ae9f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ include $(DEVKITPRO)/wut/share/wut_rules
# DATA is a list of directories containing data files
# INCLUDES is a list of directories containing header files
#-------------------------------------------------------------------------------
TARGET := $(notdir $(CURDIR))
TARGET := launchiine
BUILD := build
SOURCES := src \
src/fs \