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

VERSION=0.3.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}-6.tar.gz" hascheme.egg lib/ tests/run.scm