inlinecall

Print call sites of an inline function
git clone git://git.margiolis.net/inlinecall.git
Log | Files | Refs | README | LICENSE

Makefile (112B)


      1 # $FreeBSD$
      2 
      3 PROG=		inlinecall
      4 SRCS=		${PROG}.c
      5 MAN=		${PROG}.1
      6 LDFLAGS+=	-ldwarf -lelf
      7 
      8 .include <bsd.prog.mk>