Skip to content

Commit

Permalink
'make install' in subdirs to install into $TOP/out
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arsv committed Jan 21, 2018
1 parent 5a245ba commit 178077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

include $/config.mk

DESTDIR ?= ./out
DESTDIR ?= $/out
clean = *.o *.d

all:
Expand Down

0 comments on commit 178077a

Please sign in to comment.