diff options
author | bloodstalker <thabogre@gmail.com> | 2020-04-30 20:12:27 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-04-30 20:12:27 +0000 |
commit | 5e21476e75957d969fc65b4c9fca28ac2f04e0c4 (patch) | |
tree | c5c05c7dcf1e2acc98e0b4693fc84ffccd446d2e /makefile | |
parent | added a note regarding what to do when you get the `stddef.h not found`. (diff) | |
download | cgrep-5e21476e75957d969fc65b4c9fca28ac2f04e0c4.tar.gz cgrep-5e21476e75957d969fc65b4c9fca28ac2f04e0c4.zip |
appveyor build fix
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ endif CXX=clang++ CXX?=clang++ ifdef OS - CXX_FLAGS=-MM + CXX_FLAGS= else CXX_FLAGS=-fpic endif |