nwg-look/Makefile

8 lines
148 B
Makefile
Raw Normal View History

2023-06-11 17:08:53 +02:00
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