mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 05:29:11 +00:00
(svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to maintainer-clean
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user