1 2 3 4 5 6 7 8 9 10
all: build build: ./build.sh install: @echo "run 'make build' instead" apt: ./prerequisite.sh