mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:03:48 +01:00
aac703778f
Ported changes from girara.
10 lines
248 B
Makefile
10 lines
248 B
Makefile
# See LICENSE file for license and copyright information
|
|
|
|
all ${.TARGETS}:
|
|
@if [ ! `which gmake` ] ; then \
|
|
echo "zathura cannot be built with BSD make and GNU make cannot be found." \
|
|
"Please install GNU make."; \
|
|
exit 1; \
|
|
fi
|
|
@gmake $@
|