summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 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"