traced_tid with gettid
[lttv.git] / usertrace-fast / Makefile
CommitLineData
b09f3215 1
2
3CC=gcc
4
1c48e587 5test: test.c ltt-usertrace-fast.c
b09f3215 6 $(CC) $(CFLAGS) -lpthread -o $@ $^
7
8.PHONY : clean
9
10clean:
11 rm -fr *.o *~ test
This page took 0.025486 seconds and 4 git commands to generate.