diff --git a/.gitignore b/.gitignore index f6e3652..8ac22bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ config.h .gdb_history *.sqlite build.sh +Makefile diff --git a/Makefile b/Makefile index 40e4223..b86e8ff 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,3 @@ probotic: $(SRC) $(HDR) # 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