citrun

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

Makefile (92B)


      1 CFLAGS += -ansi -fPIC
      2 
      3 LIB =	citrun
      4 SRCS +=	unix.c
      5 SRCS +=	citrun.c
      6 
      7 
      8 .include <bsd.lib.mk>