aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:33:45 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:33:45 +0100
commit6abd1c366b809c7ad4e2fc850b72d2e7a2f247aa (patch)
treed9723bb71f478935c246fedac58f8002ab134b87 /Makefile
parentUpdate e-mail (diff)
downloadcmdipc-master.tar.gz
cmdipc-master.tar.bz2
cmdipc-master.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ec8d3a4..3342b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,7 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
-
-# The package path prefix, if you want to install to another root, set DESTDIR to that root
+# The package path prefix; if you want to install to another root, set DESTDIR to that root
PREFIX = /usr
# The command path excluding prefix
BIN = /bin
@@ -102,7 +101,7 @@ bin/%.ps: doc/info/%.texinfo doc/info/fdl.texinfo
.PHONY: install
install: install-base install-info install-man
-.PHONY: install
+.PHONY: install-all
install-all: install-base install-doc
# Install base rules
@@ -177,7 +176,6 @@ uninstall:
# Clean rules
-.PHONY: all
+.PHONY: clean
clean:
-rm -r bin obj
-