
X_BUILD_IMPLICIT=0
include utility/Makefile
X_BUILD_IMPLICIT=1

MODULES = gfx bin themes
include $(addsuffix /Makefile,$(MODULES))

