Unidiff1 files changed, 3 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 0280976..abdbd2f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -50,4 +50,6 @@ NONCORETOOLS = 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 | |
| |
52 | NONCORESTYLES = noncore/styles/liquid |
| |
53 | |
52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
54 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
53 | noncore/games/tetrix noncore/games/wordgame \ |
55 | noncore/games/tetrix noncore/games/wordgame \ |
@@ -72,5 +74,5 @@ NONCOMM = noncore/comm/keypebble |
72 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
74 | APPS=$(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) |
|