all: g++ -I/usr/include/tcl8.5 -ltcl8.5 -I/usr/include/mysql -I/usr/include/mysql++ -lmysqlpp daemon.cpp -o helgad clean: rm helgad