1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-09 05:20:54 -07:00
moth/packages/steg/steg.mk

10 lines
238 B
Makefile
Raw Normal View History

2010-10-21 22:15:18 -06:00
$(eval $(call STANDARD_PUZZLE, steg))
2010-10-22 15:03:51 -06:00
STEG_SUBMAKES = $(wildcard packages/steg/*/Makefile)
STEG_SUBCLEANS = $(patsubst %/Makefile, %/clean, $(STEG_SUBMAKES))
steg-clean: $(STEG_SUBCLEANS)
packages/steg/%/clean:
$(MAKE) -C $(@D) clean