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