Skip to content

Commit

Permalink
Makefile - change default skin
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Feb 27, 2024
1 parent d8e2374 commit ce12775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OBJDIR = /tmp/gmenu2x/$(PLATFORM)
DISTDIR = dist/$(PLATFORM)
TARGET = dist/$(PLATFORM)/gmenu2x

DEFSKIN = FontiGrid
DEFSKIN = Default

SOURCES := $(wildcard src/*.cpp)
OBJS := $(patsubst src/%.cpp, $(OBJDIR)/src/%.o, $(SOURCES))
Expand Down
2 changes: 1 addition & 1 deletion Makefile.miyoo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OBJDIR = /tmp/gmenu2x/$(PLATFORM)
DISTDIR = dist/$(PLATFORM)
TARGET = $(DISTDIR)/gmenu2x
HOMEPATH = /mnt
DEFSKIN = FontiGrid
DEFSKIN = Default

SOURCES := $(wildcard src/*.cpp)
OBJS := $(patsubst src/%.cpp, $(OBJDIR)/%.o, $(SOURCES))
Expand Down

0 comments on commit ce12775

Please sign in to comment.