Use a fixed TARGET

This commit is contained in:
Maschell 2020-07-05 13:55:27 +02:00
parent 1cffbbf2b8
commit 99a0dc04a5
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 := Flappy-Bird_GX2
BUILD := build
SOURCES := src \
src/fs \