citrun

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

Makefile (76B)


      1 PROG=	citrun_term
      2 SRCS=	term.cc
      3 CPPFLAGS+= -I../gl
      4 
      5 
      6 .include <bsd.prog.mk>