From 178077aa78747d3bf2a0baa7d65f51a76d854853 Mon Sep 17 00:00:00 2001 From: Alex Suykov Date: Sun, 21 Jan 2018 18:15:34 +0200 Subject: [PATCH] 'make install' in subdirs to install into $TOP/out The original idea is not that much useful anymore, and installation to $TOP/out means edit-compile-install can be used to quickly push the change to where minibase-br expects them. --- src/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules.mk b/src/rules.mk index 2147daba..5ca369ae 100644 --- a/src/rules.mk +++ b/src/rules.mk @@ -5,7 +5,7 @@ include $/config.mk -DESTDIR ?= ./out +DESTDIR ?= $/out clean = *.o *.d all: