1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 20:41:05 -07:00
moth/packages/steg/20/Makefile

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