aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/wince/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile
index 17c171c61f..325cc11391 100644
--- a/backends/platform/wince/Makefile
+++ b/backends/platform/wince/Makefile
@@ -12,7 +12,7 @@
########################################################################
## Do you want a build using plugins?
-BUILD_PLUGINS = 1
+#BUILD_PLUGINS = 1
########################################################################
## Disable whichever engines you want here
@@ -217,7 +217,7 @@ PocketSCUMM.o: PocketSCUMM.rc
ARMscaler.o: ARMscaler.s
$(AS) $*.s -o $@
-clean:
+all-clean: clean
$(RM) ARMscaler.o PocketSCUMM.o stub.o
deploy-plugins: dist-plugins