use the install command to install

このコミットが含まれているのは:
Devin J. Pohly 2020-12-24 19:07:38 -05:00
コミット 41d7fdbd60
1個のファイルの変更1行の追加3行の削除

ファイルの表示

@ -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