From c4398b1c43d2246bb3f89128a533a09a57237da5 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 3 Mar 2020 19:22:44 +0100 Subject: [PATCH] Makefile: fix dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54def1a..54ca45b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: build $(BUILDDIR): mkdir -p $(BUILDDIR) -$(BUILDDIR)/pushokku: +$(BUILDDIR)/pushokku: $(BUILDDIR) crystal build $(LDFLAGS) src/pushokku.cr -o $(BUILDDIR)/pushokku build: $(BUILDDIR)/pushokku