Create Makefile

This commit is contained in:
ferrreo 2023-06-11 16:08:53 +01:00 committed by GitHub
parent d5b373a042
commit 03d2bc8f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
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