keep track of dependencies in octabuild makefile a bit

master
Daniel Kolesa 2015-10-22 21:44:50 +01:00
parent e758d6e3d8
commit a265028aaf
1 changed files with 9 additions and 1 deletions

View File

@ -19,4 +19,12 @@ cubescript.o: $(CUBESCRIPT_PATH)/cubescript.cc
$(CXX) $(CXXFLAGS) $(OB_CXXFLAGS) -c -o $@ $<
clean:
rm -f $(FILES) obuild
rm -f $(FILES) obuild
main.o: globs.hh tpool.hh
main.o: $(CUBESCRIPT_PATH)/cubescript.hh
globs.o: globs.hh
globs.o: $(CUBESCRIPT_PATH)/cubescript.hh
cubescript.o: $(CUBESCRIPT_PATH)/cubescript.hh