Fix build
This commit is contained in:
parent
0606973e5e
commit
83d84a4fe6
2 changed files with 4 additions and 14 deletions
2
Makefile
2
Makefile
|
@ -60,7 +60,7 @@ polytreewm: ${OBJ}
|
||||||
${CC} -c $< -o $@ ${CFLAGS}
|
${CC} -c $< -o $@ ${CFLAGS}
|
||||||
|
|
||||||
dwm.o: ${DWM_SRC} ${DWM_HDR}
|
dwm.o: ${DWM_SRC} ${DWM_HDR}
|
||||||
${OBJ}: config.mk ${HDR}
|
${OBJ}: ${HDR}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f polytreewm ${OBJ}
|
rm -f polytreewm ${OBJ}
|
||||||
|
|
16
README.md
16
README.md
|
@ -11,13 +11,9 @@ In order to build PolytreeWM you need the Xlib header files.
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Edit config.mk to match your local setup (PolytreeWM is installed into the
|
./configure
|
||||||
/usr/local namespace by default).
|
make clean all
|
||||||
|
sudo make install
|
||||||
Afterwards enter the following command to build and install PolytreeWM (if
|
|
||||||
necessary as root):
|
|
||||||
|
|
||||||
make clean install
|
|
||||||
|
|
||||||
Running
|
Running
|
||||||
-------
|
-------
|
||||||
|
@ -42,12 +38,6 @@ like this in your .xinitrc:
|
||||||
done &
|
done &
|
||||||
exec polytreewm
|
exec polytreewm
|
||||||
|
|
||||||
Configuration
|
|
||||||
-------------
|
|
||||||
|
|
||||||
The configuration of PolytreeWM is done by creating a custom config.h and
|
|
||||||
(re)compiling the source code.
|
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue