diff options
author | Martin Miller | 2017-04-09 13:25:13 -0500 |
---|---|---|
committer | Martin Miller | 2017-04-09 13:25:13 -0500 |
commit | e5c3b5117c2f3936967319223e353ac6c7a0b1ca (patch) | |
tree | 56c9e8812985205b0a5242b73cc0f32d0886c17d /Makefile | |
parent | b1315673d8cba1380d00bd571191f403cfc9e99d (diff) | |
download | refslam-e5c3b5117c2f3936967319223e353ac6c7a0b1ca.zip refslam-e5c3b5117c2f3936967319223e353ac6c7a0b1ca.tar.gz |
warp source and reflection patches
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 |