Commit a03196c7 by Will Daly

Add phony target to Makefile for test and install

parent 8b07411a
all: install test
.PHONY: install test
install-system:
sudo apt-get update -y -qq
sudo xargs -a apt-packages.txt apt-get install -y -qq --fix-missing
install-node:
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update -y -qq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment