Skip to content

Commit

Permalink
Merge pull request #35 from thebinary/34-segmentation-fault
Browse files Browse the repository at this point in the history
fix: segmentation fault crash #34
  • Loading branch information
thebinary committed Nov 19, 2023
2 parents ccaa30a + 600d475 commit f592a6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,4 +28,4 @@ clean:
rm -f build/ported-*
@echo ""
@echo "Removing porter binaries..."
cd ./porter; $(MAKE) clean
cd ./porter; $(MAKE) clean

0 comments on commit f592a6e

Please sign in to comment.