summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0280976..abdbd2f 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,10 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
48 48
49NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 49NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
50 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 50 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
51 51
52NONCORESTYLES = noncore/styles/liquid
53
52GAMES = noncore/games/minesweep noncore/games/solitaire \ 54GAMES = noncore/games/minesweep noncore/games/solitaire \
53 noncore/games/tetrix noncore/games/wordgame \ 55 noncore/games/tetrix noncore/games/wordgame \
54 noncore/games/parashoot noncore/games/snake \ 56 noncore/games/parashoot noncore/games/snake \
55 noncore/games/mindbreaker \ 57 noncore/games/mindbreaker \
@@ -70,9 +72,9 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
70NONCOMM = noncore/comm/keypebble 72NONCOMM = noncore/comm/keypebble
71 73
72APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 74APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
73 $(COREMULTIMEDIA) $(CORESETTINGS) \ 75 $(COREMULTIMEDIA) $(CORESETTINGS) \
74 $(NONCORESETTINGS) $(NONCORETOOLS) \ 76 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
75 $(NONAPPS) $(NONNET) $(NONMULT) \ 77 $(NONAPPS) $(NONNET) $(NONMULT) \
76 $(NONCOMM) $(GAMES) 78 $(NONCOMM) $(GAMES)
77 79
78 80