lume/Makefile
2020-02-29 12:55:28 -06:00

8 lines
81 B
Makefile

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