Makefile: fix dependency

This commit is contained in:
Glenn Y. Rolland 2020-03-03 19:22:44 +01:00
parent 34f261b6d1
commit c4398b1c43

View file

@ -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