all: test-attr.o gcc -lpthread -o test-attr test-attr.o test: ./test-attr clean: rm -rf *.o rm -rf test-attr