ffs-test: ffs-test.c
	cc -Wall -Wextra -g -o ffs-test ffs-test.c -lpthread

clean:
	rm -f ffs-test

.PHONY: clean
