Blame


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