aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-17 20:12:55 +0200
committerMattias Andrée <maandree@kth.se>2017-10-17 20:12:55 +0200
commit20d2e253d4158d721ea8412a9cb8ced72176c659 (patch)
tree2c1c68ec308866311f9e57b9413b379cde0824e1 /Makefile
parentSimplify (diff)
downloadpdeath-20d2e253d4158d721ea8412a9cb8ced72176c659.tar.gz
pdeath-20d2e253d4158d721ea8412a9cb8ced72176c659.tar.bz2
pdeath-20d2e253d4158d721ea8412a9cb8ced72176c659.tar.xz
Simplify
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f5e821..8df5b80 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: pdeath
.c.o:
$(CC) -o $@ $< $(CPPFLAGS) $(CFLAGS)
-install: bin/pdeath
+install: pdeath
mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"
mkdir -p -- "$(DESTDIR)$(PREFIX)/share/licenses/pdeath"
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1"