From 81822aeb7f18aa632c28456f06ecb19a7c895340 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 17 Dec 2015 01:26:12 -0500 Subject: Add the makefile. Make a ./configure symlink for the classic feel. --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..7cf0a1d4 --- /dev/null +++ b/Makefile @@ -0,0 +1,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" -- cgit v1.2.3