diff --git a/Makefile b/Makefile index 3220285..4a9d9bf 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ build/ported-linux_amd64: ${SRCS} ${GEN_SRCS} upx $@ build/ported-darwin: ${SRCS} ${GEN_SRCS} GOOS=darwin GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o $@ ${SRCS} ${GEN_SRCS} - upx $@ ported_all: cd ./porter; $(MAKE) all @@ -29,4 +28,4 @@ clean: rm -f build/ported-* @echo "" @echo "Removing porter binaries..." - cd ./porter; $(MAKE) clean \ No newline at end of file + cd ./porter; $(MAKE) clean