summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 99f12462c..054466745 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,6 +147,9 @@ mrproper:
$(Q)rm -rf $(BIN_DIR)/ai/regression/content_download $(BIN_DIR)/ai/regression/save $(BIN_DIR)/ai/regression/scenario
distclean: mrproper
+maintainer-clean: distclean
+ $(Q)rm -f $(BIN_DIR)/data/openttd.grf
+
depend:
@for dir in $(SRC_DIRS); do \
$(MAKE) -C $$dir depend; \