Newer
Older
.PHONY: encoding
encoding:
${MAKE} -C personoj
.PHONY: tests
tests:
${MAKE} -C tests
find . -type f -name "*.lpo" -exec rm -f {} +
.PHONY: encoding
encoding:
${MAKE} -C personoj
.PHONY: tests
tests:
${MAKE} -C tests
find . -type f -name "*.lpo" -exec rm -f {} +