chiark / gitweb /
Add 'base91-c/' from commit '664054e8f603f09badb98ef09ee1bd1e58d93659'
[secnet.git] / base91-c / test / Makefile
1 SHELL = /bin/sh
2
3 .PHONY: all clean
4
5 all:
6         ln -sf ../base91 b91enc
7         ln -sf ../base91 b91dec
8         ln -sf ../lentest .
9         $(SHELL) test.sh
10
11 clean:
12         -rm -f b91??c *.b91 *.dat core