We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d6108 commit 09bb277Copy full SHA for 09bb277
Makefile
@@ -9,8 +9,10 @@ debug:
9
install:
10
install -d $(PREFIX)/bin
11
install -d $(PREFIX)/Resources
12
- install --mode=644 Resources/Dependencies $(PREFIX)/Resources
+ install -d $(PREFIX)/Functions
13
install --mode=755 $(wildcard bin/*) $(PREFIX)/bin
14
+ install --mode=644 $(wildcard Resources/*) $(PREFIX)/Resources
15
+ install --mode=644 $(wildcard Functions/*) $(PREFIX)/Functions
16
17
clean:
18
rm -rf Resources/FileHash*
0 commit comments