diff options
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/media/Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/addons/skin.estuary/media/Makefile.in b/addons/skin.estuary/media/Makefile.in deleted file mode 100644 index baf691e1dc..0000000000 --- a/addons/skin.estuary/media/Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ -TARGET=Textures.xbt -TARGET_CURIAL=curial.xbt -TARGET_FLAT=flat.xbt - -all: $(TARGET) $(TARGET_CURIAL) $(TARGET_FLAT) - -.PHONY: force - -$(TARGET): - @TEXTUREPACKER@ -dupecheck -input . -output $(TARGET) - -$(TARGET_CURIAL): - @TEXTUREPACKER@ -dupecheck -input ../themes/curial -output $(TARGET_CURIAL) - -$(TARGET_FLAT): - @TEXTUREPACKER@ -dupecheck -input ../themes/flat -output $(TARGET_FLAT) - -clean: - rm -f $(TARGET) - rm -f $(TARGET_CURIAL) - rm -f $(TARGET_FLAT) - -distclean: clean |