Skip to content

Commit

Permalink
Add binary check in meta Makefile (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Nov 21, 2018
1 parent 7bab22c commit d839b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ WARNINGS = \
-Wvariadic-macros \
-Wwrite-strings

BINS = doxygen perl dot

$(foreach bin,$(BINS),$(if $(shell which $(bin)),,$(error "Missing $(bin) in PATH")))

CFLAGS += -I../inc -I../experimental $(WARNINGS)

DEPS = $(wildcard ../inc/*.h) $(wildcard ../experimental/*.h)
Expand Down

0 comments on commit d839b8b

Please sign in to comment.