Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Weig <[email protected]>
  • Loading branch information
corneliusweig committed Feb 13, 2021
1 parent c6097ed commit 0c4e521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,13 @@ dist: $(DISTFILE)
clean:
$(RM) -r $(BUILDDIR) ketall

$(BUILDDIR)/ketall-amd64-darwin: build-ketall
$(BUILDDIR)/ketall-amd64-linux: build-ketall
$(doUPX)
$(BUILDDIR)/ketall-amd64-windows.exe: build-ketall
$(doUPX)

$(BUILDDIR)/get-all-amd64-darwin: build-get-all
$(BUILDDIR)/get-all-amd64-linux: build-get-all
$(doUPX)
$(BUILDDIR)/get-all-amd64-windows.exe: build-get-all
Expand Down

0 comments on commit 0c4e521

Please sign in to comment.