include toc.make

SUBDIRS += s11nconvert 
# sample

ifneq (,$(strip $(dist testdist clean distclean,$(MAKECMDGOALS))))
# only build this when running certain targets
      SUBDIRS += playground
endif

all: subdirs
