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 +++++++++++++++++ configure | 1 + 2 files changed, 18 insertions(+) create mode 100644 Makefile create mode 120000 configure 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" diff --git a/configure b/configure new file mode 120000 index 00000000..bb1734ea --- /dev/null +++ b/configure @@ -0,0 +1 @@ +scripts/build-config \ No newline at end of file -- cgit v1.2.3