SHELL = /bin/sh all: trap ismate promo under maxmoves error ep option movegen solve trap: @./alltests trap*.tst ismate: @./alltests ismate*.tst promo: @./alltests promo*.tst under: @./alltests under*.tst maxmoves: @./alltests maxmov*.tst error: @./alltests error*.tst ep: @./alltests ep*.tst option: @./alltests option*.tst movegen: @./alltests movegen*.tst solve: @./alltests solve*.tst clean: