mirror of
https://github.com/nlohmann/json.git
synced 2025-07-21 04:22:05 +03:00
fix for #279
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
SRCDIR = ../src
|
SRCDIR = ../src
|
||||||
SED:=$(shell command -v sed || gsed)
|
SED:=$(shell command -v gsed || which sed)
|
||||||
|
|
||||||
all: doxygen
|
all: doxygen
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user