mnemonicode-0.73/Makefile
author Olivier Scherler <oscherler@femto-byte.com>
Tue May 12 14:38:30 2009 +0200 (2009-05-12)
changeset 30 2befbe36c746
permissions -rw-r--r--
Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.
     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 *~