Searched refs:test_all (Results 1 – 1 of 1) sorted by relevance
4 all: test_all9 test_all.o: test_all.c10 clang -c $(CFLAGS) test_all.c -o $@12 test_all: test_all.o cbuf.o lbuf.o bitmap.o target13 clang test_all.o cbuf.o lbuf.o bitmap.o -o test_all16 rm -f *.o test_all