Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index a6a2d47..5a11d69 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -74,13 +74,13 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ |
74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ |
75 | $(NOAPPS) $(NONNET) $(NONMULT) \ |
75 | $(NOAPPS) $(NONNET) $(NONMULT) \ |
76 | $(NONCOMM) $(GAMES) |
76 | $(NONCOMM) $(GAMES) |
77 | |
77 | |
78 | |
78 | |
79 | |
79 | |
80 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
80 | NONTMAKEAPPS := ipaq/opiealarm |
81 | |
81 | |
82 | DOCS = docs/src/opie-policy |
82 | DOCS = docs/src/opie-policy |
83 | single: mpegplayer/libmpeg3 |
83 | single: mpegplayer/libmpeg3 |
84 | |
84 | |
85 | dynamic: $(APPS) $(NONTMAKEAPPS) |
85 | dynamic: $(APPS) $(NONTMAKEAPPS) |
86 | |
86 | |
|