summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2024-04-27 13:58:31 -0500
committerstkhan <personal@slickd.xyz>2024-04-27 13:58:31 -0500
commit03a25eb9ffe2c4e27a87b9469d07b431ba721e6a (patch)
treeb1aecfd9cc163bfd61bc890363cb55fa19995972 /Makefile
init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f38b8da
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+ cp nws ~/.local/bin/
+ cp nws.conf ~/.config/
+remove:
+ rm -rf ~/.local/bin/nws
+