From 0c4e521990ee80bd51f962d038514f8eb9227113 Mon Sep 17 00:00:00 2001 From: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> Date: Sat, 13 Feb 2021 17:38:31 +0100 Subject: [PATCH] Fix Makefile Signed-off-by: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index bb38038..60e2892 100644 --- a/Makefile +++ b/Makefile @@ -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