Update workflow and Makefile.

This commit is contained in:
Christian Deacon
2025-02-23 17:31:36 -05:00
parent 816960bf39
commit f5d9d3a8d5
2 changed files with 5 additions and 3 deletions

View File

@@ -113,8 +113,8 @@ libxdp:
$(MAKE) -C $(XDP_TOOLS_DIR) libxdp
libxdp_install:
sudo $(MAKE) -C $(LIBBPF_SRC) install
sudo $(MAKE) -C $(LIBXDP_DIR) install
$(MAKE) -C $(LIBBPF_SRC) install
$(MAKE) -C $(LIBXDP_DIR) install
libxdp_clean:
$(MAKE) -C $(XDP_TOOLS_DIR) clean