blob: 83dd42b2129e92806138cf653372792effb9ce8a [file] [log] [blame]
Shuah Khan8dbbf852016-09-13 11:30:03 -06001TEST_PROGS := testptp
2LDLIBS += -lrt
3all: $(TEST_PROGS)
4
5include ../lib.mk
6
7clean:
8 rm -fr $(TEST_PROGS)