mnemonicode-0.73/Makefile
author Jens Alfke <jens@mooseyard.com>
Sat May 31 11:26:17 2008 -0700 (2008-05-31)
changeset 12 66b870428f85
permissions -rw-r--r--
* Worked around compiler warnings in Test.h when building for iPhone.
* Made Mercurial ignore the documentation files.
     1 sample_programs: mnencode mndecode
     2 
     3 mnencode: mnencode.o mnemonic.o mn_wordlist.o
     4 
     5 mndecode: mndecode.o mnemonic.o mn_wordlist.o
     6 
     7 mn_wordlist.o: mn_wordlist.c mnemonic.h
     8 
     9 mnemonic.o: mnemonic.c mnemonic.h
    10 
    11 clean: 
    12 	rm -f *.o mnencode mndecode *~