mirror of
https://github.com/Clortox/stackToDo.git
synced 2026-03-05 09:37:59 +00:00
Inital commit
This commit is contained in:
18
Makefile
Normal file
18
Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
###############################################################################
|
||||
# Tyler Perkins
|
||||
# 21-10-21
|
||||
# Makefile to install stackToDo
|
||||
#
|
||||
|
||||
#Install for one user
|
||||
INSTALL_DIR="$${HOME}/.local/bin"
|
||||
#Install system wide
|
||||
#INSTALL_DIR="/usr/bin"
|
||||
|
||||
install :
|
||||
cp t* $(INSTALL_DIR)/
|
||||
|
||||
uninstall :
|
||||
rm $(INSTALL_DIR)/tpeek
|
||||
rm $(INSTALL_DIR)/tpop
|
||||
rm $(INSTALL_DIR)/tpush
|
||||
Reference in New Issue
Block a user