all: lonestar ws revws bot top ws-stable traditional tensquare
	echo all up to date

ws: ws.c
	cc -g -o ws ws.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

lonestar: lonestar.c
	cc -g -o lonestar lonestar.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

traditional: traditional.c
	cc -g -o traditional traditional.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

ws-stable: ws-stable.c
	cc -g -o ws-stable ws-stable.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

tensquare: tensquare.c
	cc -g -o tensquare tensquare.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

revws: revws.c
	cc -g -o revws revws.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

bot: bot.c
	cc -g -o bot bot.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib

top: top.c
	cc -g -o top top.c -L ../spell -lspell -I ../spell -I ../spell/SpellLib
