all:
	gcc -Wall -o fwserver main.c randmysql.c functions.c -L/usr/lib/mysql -lmysqlclient
clean:
	rm -f fwserver readfromdb core
