This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/Makefile

15 lines
367 B
Makefile
Raw Normal View History

# 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
2023-08-03 23:27:25 -04:00
DEBUG := 1
probotic: $(SRC) $(HDR)
2023-08-03 23:27:25 -04:00
DEBUG=$(DEBUG) ./build.sh
# do nothing but update them...
$(SRC) $(HDR):
2023-08-03 23:27:25 -04:00
run:
./probotic -server irc.rizon.net -port 6667 -username probotic -channel '#stop_shitting_up_chad'