Blame


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