gmid/keys/Makefile

11 lines
197 B
Makefile
Raw Normal View History

DISTFILES = Makefile gmid-1.7.pub gmid-1.8.pub gmid-2.0.pub
2024-01-10 18:33:55 +01:00
all: false
dist: ${DISTFILES}
mkdir -p ${DESTDIR}
${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
.PHONY: all dist
include ../config.mk