1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 12:30:47 -07:00
moth/puzzles/steg/20/Makefile
2010-10-12 16:58:34 -06:00

13 lines
250 B
Makefile

IMG = http://mfrost.typepad.com/cute_overload/images/2008/02/11/bunny.jpg
install: file.jpg
cp $< $(DESTDIR)/$$(md5sum $< | awk '{print $$1;}')
src.jpg:
wget -O src.jpg $(IMG)
file.jpg: src.jpg
cat src.jpg text.txt > $@
clean:
rm -f file.jpg