summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2023-09-28 10:22:14 -0300
committermongo <andmarti@gmail.com>2023-09-28 10:22:14 -0300
commit0ba93dce6fa354c3ba06e5a0f337d1633f1e518a (patch)
treeb6d6848a364988a702781eb2824a74921d4dc36a /src/Makefile
parent7ff262c4e455c708f8a6925f017b5da0b99adbda (diff)
parentb97a8fe340073c095c009bc59a61a93a5dfc1e2f (diff)
Merge branch 'pr-833' into dev
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 0915f41..9831bb3 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -82,7 +82,7 @@ ifneq ($(shell uname -s),Darwin)
LDLIBS += -pthread
endif
-# Check for gnuplot existance
+# Check for gnuplot existence
ifneq (, $(shell which gnuplot))
CFLAGS += -DGNUPLOT
endif