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