Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 7814984..3c11656 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -60,7 +60,8 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
60 | noncore/settings/backup |
60 | noncore/settings/backup |
61 | |
61 | |
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
| |
64 | noncore/tools/formatter |
64 | |
65 | |
65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | noncore/styles/flat noncore/styles/fresh |
67 | noncore/styles/flat noncore/styles/fresh |
|