nwg-look/Makefile
2023-06-11 16:08:53 +01:00

8 lines
148 B
Makefile

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