all: cr-dump img-show cr-restore img-show: img-show.c gcc -o $@ $< cr-dump: cr-dump.c gcc -o $@ $< cr-restore: cr-restore.c gcc -o $@ $< clean: rm -f cr-dump img-show cr-restore