aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-04-30 20:12:27 +0000
committerbloodstalker <thabogre@gmail.com>2020-04-30 20:12:27 +0000
commit5e21476e75957d969fc65b4c9fca28ac2f04e0c4 (patch)
treec5c05c7dcf1e2acc98e0b4693fc84ffccd446d2e
parentadded a note regarding what to do when you get the `stddef.h not found`. (diff)
downloadcgrep-5e21476e75957d969fc65b4c9fca28ac2f04e0c4.tar.gz
cgrep-5e21476e75957d969fc65b4c9fca28ac2f04e0c4.zip
appveyor build fix
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1bbff7e..94fd556 100644
--- a/makefile
+++ b/makefile
@@ -11,7 +11,7 @@ endif
CXX=clang++
CXX?=clang++
ifdef OS
- CXX_FLAGS=-MM
+ CXX_FLAGS=
else
CXX_FLAGS=-fpic
endif