-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
29 lines (22 loc) · 733 Bytes
/
Makefile
File metadata and controls
29 lines (22 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
All:
@echo run \"sudo make install\" to install ShellMenu
.PHONY: uninstall install
install: .a57z6s_runinstallatation
@echo DONE
@echo start the menu using the command \"shell-menu\"
@echo press h inside the menu for help
.a4g6fg_subgit:
@echo Loading git submodules
git submodule update
.ytjk75_unicurses: .a4g6fg_subgit
@echo Installing unicurses
cd ./unicguard; bash ./install_unicurses.sh
.467sra_unicguard: .a4g6fg_subgit .ytjk75_unicurses
@echo Installing unicguard
cd ./unicguard; bash ./install.sh
.a57z6s_runinstallatation: .a4g6fg_subgit .ytjk75_unicurses .467sra_unicguard
@echo Running menu installation
bash ./setup.sh install
uninstall:
@echo Running menu deinstallation
bash ./setup.sh uninstall