Explorar el Código

Fixed deps on main makefile

Luis Figueiredo hace 8 años
padre
commit
d9620dc3be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -26,7 +26,7 @@ distpath:
 	@mkdir -p DIST/public
 
 deps:
-	#GOPATH=${CURDIR}/backend/deps:${CURDIR}/backend go get -v simple-web
+	make -C backend deps
 	@cd frontend/web;npm i	
 
 clean: