diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |