about summary refs log tree commit diff
path: root/Makefile
blob: b88005559b84fdc124c414af1524810abd8e5d2f (plain)
1
2
3
4
5
6
7
8
.PHONY: all clean

all: src/ngircd/ngircd

.c.o:
	${CC} ${CFLAGS} ${CPPFLAGS} -c -o $@ $<

include src/Makefile