summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 48e390689f76db44630afc26b15ddb5c46e6c75f (plain)
1
2
3
4
5
6
7
8
9
10
11
SHELL = /bin/sh

.PHONY: all clean

all:
	ln -sf ../base91 b91enc
	ln -sf ../base91 b91dec
	$(SHELL) test.sh

clean:
	-rm -f b91??c *.b91 *.dat core