Remove GNUism in make check

How embarassing
master 1.3.3
Drew DeVault 7 years ago
parent 7d6ea06952
commit e75396b8d3
  1. 2
      Makefile

@ -42,6 +42,6 @@ install: all
install -Dm644 scdoc.1 $(MANDIR)/man1/scdoc.1
check: scdoc scdoc.1
@find test -executable -exec '{}' \;
@find test -perm -111 -exec '{}' \;
.PHONY: all clean install check

Loading…
Cancel
Save