Skip to content
Snippets Groups Projects
Makefile 157 B
Newer Older
.PHONY: encoding
encoding:
	${MAKE} -C personoj
gabrielhdt's avatar
gabrielhdt committed

.PHONY: tests
tests:
	${MAKE} -C tests
gabrielhdt's avatar
gabrielhdt committed

.PHONY: clean
clean:
	find . -type f -name "*.lpo" -exec rm -f {} +