
slowchess:
	$(MAKE) -C src
	mv -fv src/slowchess .

clean:
	rm -f src/*.o slowchess
