all:
	@make -C .. example-VBF/example-VBF.exe OBJ=example-VBF/read_particles_for_VBF.o
	@make -C .. example-VBF/lhef-to-hepmc.exe

clean:
	rm *.o *.exe -f
