aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 36e1484a7015e8f436ac2df6a5297374d01e2cb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.POSIX:

VERSION=0.2.0

help:
	echo 'make clean'

clean:
	rm -f *.so *.import.scm *.o *.link *.build.sh *.import.c *.install.sh tests/*log *.log

chicken-package:
	tar -czvf "${VERSION}-5.tar.gz" hascheme.egg lib/ tests/run.scm