summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7cf0a1d4b060c0bf7f3bc8f29e7db8ef90e36f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.PHONY: all
all:
	@echo "Make what specifically?"
	@echo "The most common target is 'iso'"

.PHONY: iso
iso:
	@echo "Starting VyOS ISO image build"

	@scripts/check-build-env
	@scripts/check-config

	@scripts/live-build-config

	@echo "The rest is not yet implemented ;)"

	@echo "ISO build successful"