CC=cc
all: strwidth
strwidth: strwidth.c fonts.c
$(CC) strwidth.c fonts.c -o strwidth -lreadline
clean:
rm -f strwidth