aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/media/Makefile.in
blob: 9a9d5fa95853ef50242d7f5fd3b8a14fa59831e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET=Textures.xbt
TARGET_CURIAL=curial.xbt

all: $(TARGET) $(TARGET_CURIAL)

.PHONY: force

$(TARGET):
	@TEXTUREPACKER@ -dupecheck -input . -output $(TARGET)

$(TARGET_CURIAL):
	@TEXTUREPACKER@ -dupecheck -input ../themes/curial -output $(TARGET_CURIAL)

clean:
	rm -f $(TARGET)
	rm -f $(TARGET_CURIAL)

distclean: clean