correct syntax error in makefile
1 parent 1953c3a commit 6a2405fa6b5c6d56a470521fa626e7fe57d25b65
@tundra tundra authored on 30 Dec 2017
Showing 1 changed file
View
2
■■■
makefile
 
EXPORTDIR = /shared
INSTALLDIR = /opt/TundraWare
TOOLS = tools
MYTOOLS = "emacs joe htop nload nmap screen the_silver_searcher tree vim"
MYTOOLS = emacs joe htop nload nmap screen the_silver_searcher tree vim
 
# Nothing below here should need changing
 
TOOLSDIR = ${INSTALLDIR}/${TOOLS}