We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccaa30a + 600d475 commit f592a6eCopy full SHA for f592a6e
1 file changed
Makefile
@@ -13,7 +13,6 @@ build/ported-linux_amd64: ${SRCS} ${GEN_SRCS}
13
upx $@
14
build/ported-darwin: ${SRCS} ${GEN_SRCS}
15
GOOS=darwin GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o $@ ${SRCS} ${GEN_SRCS}
16
- upx $@
17
18
ported_all:
19
cd ./porter; $(MAKE) all
@@ -29,4 +28,4 @@ clean:
29
28
rm -f build/ported-*
30
@echo ""
31
@echo "Removing porter binaries..."
32
- cd ./porter; $(MAKE) clean
+ cd ./porter; $(MAKE) clean
0 commit comments