Create Makefile

This commit is contained in:
BitHeaven
2022-08-13 19:18:27 +05:00
committed by GitHub
commit 5ed467e1c0

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
install:
mkdir -p /usr/local/bin
cp -f wifi /usr/local/bin
chmod 755 /usr/local/bin/wifi
uninstall:
rm -f /usr/local/bin/wifi