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