LICDIR=lic

test:
	for f in $(shell ls *.lus); do \
		echo "../bin/lus2lic $$f -o lic/$$f"; \
		../bin/lus2lic $$f -o lic/$$f; \
	done