Skip to content

Commit

Permalink
rebuild lib for config file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NvCJR committed Nov 9, 2018
1 parent 6d002f9 commit 7f27f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dirs:

deps: $(DEPS) $(OBJS)

$(BUILD_PATH)%.o: %.cpp %.h
$(BUILD_PATH)%.o: %.cpp %.h network_config.h network_config.cpp
$(CXX) $(INCS) -c -o $@ $(CXXFLAGS) $<

$(BUILD_PATH)%.o: %.cu
Expand Down

0 comments on commit 7f27f22

Please sign in to comment.