mirror of
https://github.com/Clortox/stackToDo.git
synced 2026-03-05 09:37:59 +00:00
Add todo dmenu wrapper script
This commit is contained in:
6
Makefile
6
Makefile
@@ -10,9 +10,13 @@ INSTALL_DIR="$${HOME}/.local/bin"
|
||||
#INSTALL_DIR="/usr/bin"
|
||||
|
||||
install :
|
||||
cp t* $(INSTALL_DIR)/
|
||||
cp tpeek tpop tpush $(INSTALL_DIR)/
|
||||
|
||||
install_dmenu :
|
||||
cp todo $(INSTALL_DIR)/
|
||||
|
||||
uninstall :
|
||||
rm $(INSTALL_DIR)/tpeek
|
||||
rm $(INSTALL_DIR)/tpop
|
||||
rm $(INSTALL_DIR)/tpush
|
||||
rm -f $(INSTALL_DIR)/todo
|
||||
|
||||
Reference in New Issue
Block a user