1
0
Fork 0

Initial Commit

This commit is contained in:
Henrik Hautakoski 2025-07-18 17:04:51 +02:00
commit de4328aaba
5 changed files with 44 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
GO = go
.PHONY: build/pacman
build/pacman:
$(GO) build -o $@ ./pacman