Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 25, 2019
1 parent 81bc541 commit 1ba2b02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ include $(DEVKITPRO)/libnx/switch_rules
# - <libnx folder>/default_icon.jpg
#---------------------------------------------------------------------------------
VERSION_MAJOR := 2
VERSION_MINOR := 0
VERSION_MICRO := 1
VERSION_MINOR := 1
VERSION_MICRO := 0

APP_TITLE := EdiZon
APP_AUTHOR := WerWolv
Expand All @@ -41,9 +41,9 @@ APP_VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}
TARGET := $(notdir $(CURDIR))
OUTDIR := out
BUILD := build
SOURCES := source source/widgets source/guis source/scripting libs/lua/source libs/nanojpeg/source
SOURCES := source source/widgets source/guis source/scripting libs/lua/source libs/nanojpeg/source libs/tar/source
DATA := data
INCLUDES := include include/lua include/widgets include/guis include/scripting libs/nxpy/include libs/lua/include libs/nlohmann libs/nanojpeg/include
INCLUDES := include include/lua include/widgets include/guis include/scripting libs/nxpy/include libs/lua/include libs/nlohmann libs/nanojpeg/include libs/tar/include
EXEFS_SRC := exefs_src
#ROMFS := romfs

Expand Down

0 comments on commit 1ba2b02

Please sign in to comment.