convert from svn repository: remove tags directory
[lttv.git] / trunk / attic / usertrace-attic / Makefile
CommitLineData
b8b00688 1
92f441a7 2
3CC=gcc
4
b8b00688 5test: test.c lttng_usertrace.c
92f441a7 6 $(CC) $(CFLAGS) -lpthread -o $@ $^
b8b00688 7
8.PHONY : clean
9
10clean:
11 rm -fr *.o *~ test
This page took 0.032657 seconds and 4 git commands to generate.