NMTKD
/
translation
/tools
/mosesdecoder
/contrib
/arrow-pipelines
/pcl
/components
/wrappers
/Makefile
SUBDIRS = tokenizer | |
all: subdirs | |
clean: | |
for dir in $(SUBDIRS); do \ | |
$(MAKE) -C $$dir clean; \ | |
done | |
subdirs: | |
for dir in $(SUBDIRS); do \ | |
$(MAKE) -C $$dir ; \ | |
done | |