Fixing makefiles of games that were moved to a dedicated location
This commit is contained in:
parent
12dfd8232f
commit
56793ed685
@ -1,4 +1,4 @@
|
||||
DEMODIR = $(GFXLIB)/demos/applications/justget10
|
||||
DEMODIR = $(GFXLIB)/demos/games/justget10
|
||||
|
||||
GFXINC += $(DEMODIR) \
|
||||
$(DEMODIR)/resources/romfs
|
||||
|
@ -1,4 +1,4 @@
|
||||
DEMODIR = $(GFXLIB)/demos/applications/minesweeper
|
||||
DEMODIR = $(GFXLIB)/demos/games/minesweeper
|
||||
|
||||
GFXINC += $(DEMODIR) \
|
||||
$(DEMODIR)/resources/romfs
|
||||
|
@ -1,4 +1,4 @@
|
||||
DEMODIR = $(GFXLIB)/demos/applications/tetris
|
||||
DEMODIR = $(GFXLIB)/demos/games/tetris
|
||||
GFXINC += $(DEMODIR)
|
||||
GFXSRC += $(DEMODIR)/main.c \
|
||||
$(DEMODIR)/tetris.c
|
||||
|
Loading…
Reference in New Issue
Block a user