# note that this file does not properly handle options SRC := api.c irc.c main.c parse.c unity.c HDR := api.h error.h irc.h irccolors.h parse.h stmt.h DEBUG := 1 probotic: $(SRC) $(HDR) DEBUG=$(DEBUG) ./build.sh # do nothing but update them... $(SRC) $(HDR): run: ./probotic -server irc.rizon.net -port 6664 -username probotic -channel '#/g/chad' -db bootstrap/probotic_data.sqlite