diff options
-rw-r--r-- | Makefile | 17 | ||||
l--------- | configure | 1 |
2 files changed, 18 insertions, 0 deletions
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 |