include DWLCFLAGS into linking step
Merge pull request #251 from gwnichol/fixinstall
Fix make install while files are in use
Fix make install while files are in use
When the dwl executable is in use, cp fails without the -f flag.
POSIX defines this flag with:
> If a file descriptor for a destination file cannot be obtained,
> as described in step 3.a.ii., attempt to unlink the destination
> file and proceed.
fix link failure with --as-needed
use LDFLAGS to build dwl target
include xcb only when building with xwayland support
convert makefile to be more portable
add flag to print version and exit
don't let -pedantic be overridable by environment
new functions ecalloc() and die()
die() replaces EBARF and BARF
and allow us to add `-pedantic` to CFLAGS
Merge pull request #180 from Humm42/manpage
add dwl(1)
add dwl(1)
Documentation is good. Man pages are documentation. A program without
a man page is worthless.
Merge branch 'main' into wlroots-next
Merge pull request #112 from JaGoLi/main
Add uninstall target in makefile like dwm