Skip to content

Commit 178077a

Browse files
committed
'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.
1 parent 5a245ba commit 178077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rules.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
include $/config.mk
77

8-
DESTDIR ?= ./out
8+
DESTDIR ?= $/out
99
clean = *.o *.d
1010

1111
all:

0 commit comments

Comments
 (0)