remove makefile

This commit is contained in:
ronie 2016-03-30 21:32:53 +02:00
parent 6bdf26f5d4
commit 35d9b45317
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
TARGET=Textures.xbt
IMAGES := $(shell find . -name "*jpg")
IMAGES += $(shell find . -name "*png")
IMAGES += $(shell find . -name "*gif")
all: $(TARGET)
.PHONY: force
$(TARGET): $(IMAGES)
@TEXTUREPACKER@ -dupecheck -input . -output $(TARGET)
clean:
rm -f $(TARGET)
distclean: clean