diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-12-17 01:26:12 -0500 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-12-17 01:26:12 -0500 |
| commit | 81822aeb7f18aa632c28456f06ecb19a7c895340 (patch) | |
| tree | 30ecfa6bc6d870d8f88cd924dd329c2e6abfdc1e /Makefile | |
| parent | 86c6a4bdf261845348b0452ef1099d82e134c2a0 (diff) | |
| download | vyos-build-81822aeb7f18aa632c28456f06ecb19a7c895340.tar.gz vyos-build-81822aeb7f18aa632c28456f06ecb19a7c895340.zip | |
Add the makefile.
Make a ./configure symlink for the classic feel.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
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" |
