From 4ccf5c5ad00a707cbfe3b48769098856f1f09d1b Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 22 Apr 2014 17:14:00 +0200 Subject: [PATCH] Build the buildapp binary in build/bin. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94a220a..d7c644d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ endif BUILDDIR = build LIBS = $(BUILDDIR)/libs.stamp -BUILDAPP = $(BUILDDIR)/buildapp +BUILDAPP = $(BUILDDIR)/bin/buildapp MANIFEST = $(BUILDDIR)/manifest.ql PGLOADER = $(BUILDDIR)/bin/$(APP_NAME) QLDIR = $(BUILDDIR)/quicklisp