gmid/keys/Makefile
2024-01-10 17:33:55 +00:00

11 lines
197 B
Makefile

DISTFILES = Makefile gmid-1.7.pub gmid-1.8.pub gmid-1.9.pub
all: false
dist: ${DISTFILES}
mkdir -p ${DESTDIR}
${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
.PHONY: all dist
include ../config.mk