Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com>
---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 514845a..15cdc14 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,9 @@ INSTALLER_SOURCES=$(shell git ls-files) country.dat
 
 PREFIX = /usr
 BINDIR = $(PREFIX)/bin
-USR_BIN := proxmox-tui-installer
+USR_BIN :=\
+         proxmox-tui-installer \
+         proxmox-auto-installer
 
 COMPILED_BINS := \
        $(addprefix $(CARGO_COMPILEDIR)/,$(USR_BIN))
@@ -43,6 +45,7 @@ $(BUILDDIR):
          proxinstall \
          proxmox-low-level-installer \
          proxmox-tui-installer/ \
+         proxmox-auto-installer/ \
          spice-vdagent.sh \
          unconfigured.sh \
          xinitrc \
@@ -103,6 +106,7 @@ $(COMPILED_BINS): cargo-build
 .PHONY: cargo-build
 cargo-build:
        $(CARGO) build --package proxmox-tui-installer --bin 
proxmox-tui-installer $(CARGO_BUILD_ARGS)
+       $(CARGO) build --package proxmox-auto-installer --bin 
proxmox-auto-installer $(CARGO_BUILD_ARGS)
 
 %-banner.png: %-banner.svg
        rsvg-convert -o $@ $<
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to