pikman/Makefile
Ward Nakchbandi (Cosmic Fusion) 482501eb3e
Update Makefile
2023-07-13 22:50:26 +03:00

8 lines
160 B
Makefile

all:
true
install:
mkdir -p $(DESTDIR)/usr/bin/
go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman -buildvcs=false
chmod 755 $(DESTDIR)/usr/bin/pikman