Makefile (153B)
1 SUBDIRS:=cli gui 2 3 4 .PHONY: clean $(SUBDIRS) 5 6 all: $(SUBDIRS) 7 8 $(SUBDIRS): 9 $(MAKE) -C $@ 10 11 clean: 12 for dir in $(SUBDIRS); do $(MAKE) -C $$dir clean; done
emote2ssAnimated webp to spritesheets converting tool | |
git clone git://bsandro.tech/emote2ss | |
Log | Files | Refs | README | LICENSE |