Blame


1 c423c56e 2022-09-25 op DISTFILES = Makefile \
2 c423c56e 2022-09-25 op imsg-buffer.c \
3 c423c56e 2022-09-25 op imsg.c \
4 c423c56e 2022-09-25 op imsg.h
5 c423c56e 2022-09-25 op
6 c423c56e 2022-09-25 op all:
7 c423c56e 2022-09-25 op false
8 c423c56e 2022-09-25 op
9 c423c56e 2022-09-25 op dist: ${DISTFILES}
10 c423c56e 2022-09-25 op mkdir -p ${DESTDIR}/
11 c423c56e 2022-09-25 op ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
12 c423c56e 2022-09-25 op
13 c423c56e 2022-09-25 op .PHONY: all dist
14 c423c56e 2022-09-25 op include ../../config.mk