Skip to content

Commit

Permalink
fix for #279
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jul 18, 2016
1 parent 7f4dd5d commit b64367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRCDIR = ../src
SED:=$(shell command -v sed || gsed)
SED:=$(shell command -v gsed || which sed)

all: doxygen

Expand Down

0 comments on commit b64367e

Please sign in to comment.