Updatign makefile to include arch linux support
modified: Makefile
This commit is contained in:
parent
2c337e61dc
commit
3bd75128fb
4
Makefile
4
Makefile
@ -46,6 +46,10 @@ $(NCURSES_H):
|
|||||||
then \
|
then \
|
||||||
sudo yum update ; \
|
sudo yum update ; \
|
||||||
sudo yum install ncurses-devel ; \
|
sudo yum install ncurses-devel ; \
|
||||||
|
elif [ -a /etc/arch-release ] ; \
|
||||||
|
then \
|
||||||
|
sudo pacman -Sy ; \
|
||||||
|
sudo pacman -S ncurses ; \
|
||||||
else \
|
else \
|
||||||
sudo apt-get update ; \
|
sudo apt-get update ; \
|
||||||
sudo apt-get install ncurses-dev ; \
|
sudo apt-get install ncurses-dev ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user