mnemonicode-0.73/Makefile
author Jens Alfke <jens@mooseyard.com>
Sat May 24 13:24:33 2008 -0700 (2008-05-24)
changeset 11 e5976864dfe9
permissions -rw-r--r--
* Added BSD license to more .m files.
* Updated some copyright notices.
* Added some #imports to make the MYNetwork classes build without using the MYUtilities.pch prefix header.
jens@0
     1
sample_programs: mnencode mndecode
jens@0
     2
jens@0
     3
mnencode: mnencode.o mnemonic.o mn_wordlist.o
jens@0
     4
jens@0
     5
mndecode: mndecode.o mnemonic.o mn_wordlist.o
jens@0
     6
jens@0
     7
mn_wordlist.o: mn_wordlist.c mnemonic.h
jens@0
     8
jens@0
     9
mnemonic.o: mnemonic.c mnemonic.h
jens@0
    10
jens@0
    11
clean: 
jens@0
    12
	rm -f *.o mnencode mndecode *~