all:
	@gcc -g img2rle.c -ljpeg -lpng12 -lz -lm -static -o img2rle
#@./jpeg2rle logo.jpg initlogo.rle
clean:
	rm -f img2rle initlogo.rle
