# 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 probotic: $(SRC) $(HDR) ./build.sh # do nothing but update them... $(SRC) $(HDR):