about summary refs log tree commit diff
path: root/Makefile
blob: 602d95752a2ead0bc46681b1b6d30ccf19a0dfd5 (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/build.mk