aboutsummaryrefslogtreecommitdiffstats
path: root/makedist.sh
blob: bb6b2d9f8d1144a52c9bda0c585186d5feb08d52 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
if test -e Makefile
then
	make distclean
fi
./autogen.sh
make
make dist