zathura/BSDmakefile
Sebastian Ramacher aac703778f Make it build with BSD make.
Ported changes from girara.
2011-04-04 16:02:38 +02:00

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 $@