• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.PHONY: all clean
2all clean:
3	for x in bug* ; do make -C $$x $@ || exit 1 ; done
4