diff --git a/samples/Makefile b/samples/Makefile index e69a7b4c..fb22e33a 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -101,7 +101,7 @@ endif # ****************************************************************************** # Rules -samples: $(BINARY) +samples: $(BINARY) geotag metacopy path-test $(BINOBJ): %.o: %.cpp $(COMPILE.cc) -I../src -o $@ $<