summaryrefslogtreecommitdiff
path: root/Makefile.grf.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.grf.in')
-rw-r--r--Makefile.grf.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.grf.in b/Makefile.grf.in
index 9be2c7a26..6aa5068b6 100644
--- a/Makefile.grf.in
+++ b/Makefile.grf.in
@@ -73,9 +73,8 @@ $(OBJS_DIR)/openttd.grf: $(PCX_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
clean:
$(Q)rm -f *.bak *.grf
-# Clean up temporary files and result of generation, i.e. the grfs.
+# Clean up temporary files
mrproper: clean
$(Q)rm -fr sprites
- $(Q)rm -f $(BIN_DIR)/openttd.grf
.PHONY: all mrproper depend clean