diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-14 15:12:23 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-14 15:12:23 -0700 |
commit | a17c6c97840126643952abeed11c1baef9d7452b (patch) | |
tree | d0db4794b0ca8a4b10d34eba82b08aeca15a9d9a | |
parent | d96c2bf94d1374e0be50174469982a0f26109cc7 (diff) |
Makefile, from dwm, try make PKGBUILD working
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index f66e648..0db7032 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ clean: rm -f xcross install: + mkdir -p ${DESTDIR}${PREFIX}/bin cp -f xcross ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/xcross |