clean:
	\rm -f *~ *.o *.so test.out
 
test:
	../slsh -i init.sl test.sl > test.out
	diff test.ref test.out
