aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b86e8ff98c18be4569f794ba9bf21a9e6b761aca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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):