mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
.DELETE_ON_ERROR:
|
|
|
|
$(DESTDIR)/file.gz: key text.txt
|
|
./encode < key 3< text.txt > $@
|
|
|
|
clean:
|
|
rm -f $(DESTDIR)/file.gz
|