Skip to content

Commit f592a6e

Browse files
authored
Merge pull request #35 from thebinary/34-segmentation-fault
fix: segmentation fault crash #34
2 parents ccaa30a + 600d475 commit f592a6e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ build/ported-linux_amd64: ${SRCS} ${GEN_SRCS}
1313
upx $@
1414
build/ported-darwin: ${SRCS} ${GEN_SRCS}
1515
GOOS=darwin GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o $@ ${SRCS} ${GEN_SRCS}
16-
upx $@
1716

1817
ported_all:
1918
cd ./porter; $(MAKE) all
@@ -29,4 +28,4 @@ clean:
2928
rm -f build/ported-*
3029
@echo ""
3130
@echo "Removing porter binaries..."
32-
cd ./porter; $(MAKE) clean
31+
cd ./porter; $(MAKE) clean

0 commit comments

Comments
 (0)