1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 04:51:06 -07:00
moth/puzzles/steg/200/Makefile

8 lines
119 B
Makefile
Raw Normal View History

2010-10-12 16:58:34 -06:00
.DELETE_ON_ERROR:
$(DESTDIR)/file.gz: key text.txt
./encode < key 3< text.txt > $@
clean:
rm -f $(DESTDIR)/file.gz