move everything out of trunk
[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.028818 seconds and 4 git commands to generate.