all:
	make -C .. ksi1

clean:
	rm -f *.o ../ksi1

dist:
	sh scripts/mkdist

install:
	make -C .. install
