lume/Makefile
2020-03-24 18:41:56 -05:00

8 lines
86 B
Makefile

.PHONY: build
build:
go build -o lume ./cmd/lume
.PHONY: clean
clean:
rm -f ./lifx