Explorar el Código

build: Fix webui codestyle job

jamesread hace 1 año
padre
commit
aef70c0e1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -48,7 +48,7 @@ devrun: compile
 devcontainer: compile podman-image podman-container
 
 webui-codestyle:
-	make -wC webui.dev codestyle
+	$(MAKE) -wC webui.dev codestyle
 
 webui-dist:
 	$(call delete-files,webui)