Fix build

This commit is contained in:
Alex Kotov 2021-11-17 00:58:17 +05:00
parent 0606973e5e
commit 83d84a4fe6
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 14 deletions

View File

@ -60,7 +60,7 @@ polytreewm: ${OBJ}
${CC} -c $< -o $@ ${CFLAGS}
dwm.o: ${DWM_SRC} ${DWM_HDR}
${OBJ}: config.mk ${HDR}
${OBJ}: ${HDR}
clean:
rm -f polytreewm ${OBJ}

View File

@ -11,13 +11,9 @@ In order to build PolytreeWM you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (PolytreeWM is installed into the
/usr/local namespace by default).
Afterwards enter the following command to build and install PolytreeWM (if
necessary as root):
make clean install
./configure
make clean all
sudo make install
Running
-------
@ -42,12 +38,6 @@ like this in your .xinitrc:
done &
exec polytreewm
Configuration
-------------
The configuration of PolytreeWM is done by creating a custom config.h and
(re)compiling the source code.
Credits
-------