summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 861c404..e7f3390 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ slam: ${OBJECT}
$(CXX) -o $@ $^ $(CXXFLAGS) $(CPPFLAGS) ${LIBS}
#.cpp.o:
-%.o: %.cpp %.h
+%.o: %.cpp %.h src/types.h
$(CXX) $(CXXFLAGS) $(CPPFLAGS) ${LIBS} -c $< -o $@
.PHONY: clean