SOURCE=alkobote.de all: run $(SOURCE): go build build: $(SOURCE) run: build ./$(SOURCE)