MAKEFILE: added missing copying of the data to shapetool2 target

master
mgerhardy 2016-05-10 20:13:26 +02:00
parent 2ce2a62801
commit feafb0bb37
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ tags:
$(Q)ctags -R src
shapetool2: clean-local-config
$(Q)cd $(BUILDDIR); make $(JOB_FLAG) shapetool && ./shapetool -set cl_debug_geometry false
$(Q)cd $(BUILDDIR); make $(JOB_FLAG) shapetool copy-data-shapetool copy-data-shared && ./shapetool -set cl_debug_geometry false
material-color: build
$(Q)cd $(BUILDDIR); ./tests -- --gtest_filter=MaterialTest* $(ARGS)