all: fitblk

fitblk:
	$(CC) $(CFLAGS) -o $@ fitblk.c $(LDFLAGS)

clean:
	rm -f fitblk
