diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:33:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:33:45 +0100 |
| commit | 6abd1c366b809c7ad4e2fc850b72d2e7a2f247aa (patch) | |
| tree | d9723bb71f478935c246fedac58f8002ab134b87 /Makefile | |
| parent | Update e-mail (diff) | |
| download | cmdipc-6abd1c366b809c7ad4e2fc850b72d2e7a2f247aa.tar.gz cmdipc-6abd1c366b809c7ad4e2fc850b72d2e7a2f247aa.tar.bz2 cmdipc-6abd1c366b809c7ad4e2fc850b72d2e7a2f247aa.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 - |
