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

@ -20,3 +20,11 @@ cubescript.o: $(CUBESCRIPT_PATH)/cubescript.cc
clean:
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