Makefile: fix dependency
This commit is contained in:
parent
34f261b6d1
commit
c4398b1c43
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ all: build
|
||||||
$(BUILDDIR):
|
$(BUILDDIR):
|
||||||
mkdir -p $(BUILDDIR)
|
mkdir -p $(BUILDDIR)
|
||||||
|
|
||||||
$(BUILDDIR)/pushokku:
|
$(BUILDDIR)/pushokku: $(BUILDDIR)
|
||||||
crystal build $(LDFLAGS) src/pushokku.cr -o $(BUILDDIR)/pushokku
|
crystal build $(LDFLAGS) src/pushokku.cr -o $(BUILDDIR)/pushokku
|
||||||
|
|
||||||
build: $(BUILDDIR)/pushokku
|
build: $(BUILDDIR)/pushokku
|
||||||
|
|
Loading…
Reference in a new issue