We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d167f commit c23c34bCopy full SHA for c23c34b
Makefile
@@ -2,4 +2,4 @@ all:
2
ninja -C build
3
4
install:
5
- DESTDIR=$(DESTDIR) ninja -C build
+ DESTDIR=$(DESTDIR) ninja -C build install
0 commit comments