]> sourceware.org Git - systemtap.git/blob - runtime/bench2/Makefile
* clarify utility of epilogue-type probe aliases in documentation
[systemtap.git] / runtime / bench2 / Makefile
1 all: itest
2
3 itest: itest.c
4 gcc -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -Werror -O3 -o itest itest.c -lpthread
5
6 clean:
7 /bin/rm -f itest
This page took 0.034067 seconds and 5 git commands to generate.