use the install command to install
This commit is contained in:
parent
8dd99d2a10
commit
41d7fdbd60
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -34,9 +34,7 @@ clean:
|
|||
rm -f dwl *.o xdg-shell-protocol.h xdg-shell-protocol.c
|
||||
|
||||
install: dwl
|
||||
mkdir -p $(PREFIX)/bin
|
||||
cp -f dwl $(PREFIX)/bin
|
||||
chmod 755 $(PREFIX)/bin/dwl
|
||||
install -D dwl $(PREFIX)/bin/dwl
|
||||
|
||||
.DEFAULT_GOAL=dwl
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in a new issue