1
0
Fork 0
pacman-go/Makefile
2025-07-18 17:04:51 +02:00

7 lines
74 B
Makefile

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