Kaynağa Gözat

Fix incorrect make command

Kailash Nadh 4 yıl önce
ebeveyn
işleme
afef994e6d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -52,7 +52,7 @@ dist: build build-frontend
 # in the .goreleaser post-build hook.
 .PHONY: pack-bin
 pack-bin:
-	stuffbin -a stuff -in $(bin) -out $(bin) ${STATIC}
+	stuffbin -a stuff -in ${BIN} -out ${BIN} ${STATIC}
 
 # Use goreleaser to do a dry run producing local builds.
 .PHONY: release-dry