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

all: src/ngircd/ngircd

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

include src/build.mk