CC=gcc
CFLAGS=
iptcutil: iptcutil.c
	$(CC) $(CFLAGS) -o iptcutil iptcutil.c

clean: 
	rm iptcutil *~

all: iptcutil



