citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

Makefile (155B)


      1 COMPILERS=	c++ cc clang clang++ eg++ egcc g++ gcc
      2 
      3 all: ${COMPILERS}
      4 
      5 ${COMPILERS}: ../inst/citrun_inst
      6 	ln -s citrun_inst $@
      7 
      8 
      9 .include "../Makefile.inc"