all: run run: ./gradlew run --args="-l Bordeaux" test: ./gradlew test clean: $(RM) *.cache.json .PHONY: all run clean