Add target to build all languages. Stops on Swedish at the moment.

This commit is contained in:
ehouse 2009-01-13 13:19:15 +00:00
parent dd81444a45
commit 2691b00dc9

View file

@ -37,3 +37,16 @@ clean:
dict2dawg: dict2dawg.cpp
$(CXX) $< -o $@
PHONY: test
test:
for f in $$(ls); do \
test -d $$f || continue; \
test -e $$f/Makefile || continue; \
(cd $$f && make clean && make); \
done \
help:
@echo make \# makes byod tarball
@echo make test \# builds dicts in a bunch of subdirectories