Unidiff1 files changed, 3 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 0280976..abdbd2f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -51,2 +51,4 @@ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
51 | |
51 | |
| |
52 | NONCORESTYLES = noncore/styles/liquid |
| |
53 | |
52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
54 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
@@ -73,3 +75,3 @@ 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) \ |
|