initial usertrace syscall and signal
[lttv.git] / usertrace / Makefile
1
2 test: test.c lttng_usertrace.c
3 $(CC) $(CFLAGS) -o $@ $^
4
5 .PHONY : clean
6
7 clean:
8 rm -fr *.o *~ test
This page took 0.028209 seconds and 4 git commands to generate.