From 53e4b3243664705ad1ac5c6223f13877bf849f96 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 14 Sep 2020 19:58:02 +0300 Subject: Makefile: create proper Makefile meant to distribute itself. --- extMakefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 extMakefile (limited to 'extMakefile') diff --git a/extMakefile b/extMakefile deleted file mode 100644 index 61e61fb..0000000 --- a/extMakefile +++ /dev/null @@ -1,13 +0,0 @@ -PREFIX=/usr/local -SHAREDIR=${PREFIX}/share -INFODIR=${SHAREDIR}/info -DOCDIR=${SHAREDIR}/doc - -all: - @echo run make install - -install: - install -Dm644 carbslinux.info ${DESTDIR}${INFODIR}/carbslinux.info - install -Dm644 carbslinux.txt ${DESTDIR}${DOCDIR}/carbslinux.txt - -.PHONY: all install -- cgit v1.2.3