1
0
Fork 0
pacman-go/Makefile

7 lines
76 B
Makefile

GO = go
.PHONY: build/pacman
build/pacman:
$(GO) build -o $@ ./cmd/main