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