mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-03-01 11:34:39 +01:00
Remove BSDmakefile
This commit is contained in:
parent
2437d85471
commit
234b9785c9
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
# 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 $@
|
|
Loading…
Add table
Reference in a new issue