blob: 064764c17d28c11dc6bc0c816a3c8f6507dac9e0 [file] [log] [blame]
all: fitblk
fitblk:
$(CC) $(CFLAGS) -o $@ fitblk.c $(LDFLAGS)
clean:
rm -f fitblk