aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-06 13:15:28 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-06 13:15:28 +0000
commit0855856d22e074d782e899b4bd465fe1d90e8a9a (patch)
tree6eda0d211127fd2a0eea8fd58c519b435e317542 /makefile
parentcoverity fix (diff)
downloadcgrep-0855856d22e074d782e899b4bd465fe1d90e8a9a.tar.gz
cgrep-0855856d22e074d782e899b4bd465fe1d90e8a9a.zip
fixes #2, fixes #4
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a90f752..95243a1 100644
--- a/makefile
+++ b/makefile
@@ -98,7 +98,7 @@ depend:.depend
-include ./.depend
-%.o:%.cpp
+%.o:%.cpp pch.hpp.gch
$(CXX) -include-pch pch.hpp.gch $(CXX_FLAGS) -c $< -o $@
%.odbg:%.cpp