diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-05-28 17:45:45 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-05-28 19:33:29 +0100 |
commit | 5753b4b6247271ab92c6be26b812bd15d7a4a9a8 (patch) | |
tree | 2f4fc33f73979ef5cb46e40f191402d36f342a9c /Makefile | |
parent | b809886538eaad66b8756be8f5e758584f88e6a6 (diff) | |
download | vyos-build-5753b4b6247271ab92c6be26b812bd15d7a4a9a8.tar.gz vyos-build-5753b4b6247271ab92c6be26b812bd15d7a4a9a8.zip |
build: T6414: rename the "iso" flavor to "generic"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ build_dir := build .PHONY: all all: @echo "Make what specifically?" - @echo "The most common target is 'iso'" + @echo "The most common target is 'generic'" %: ./build-vyos-image $* |