diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
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 + |