summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-13 01:47:44 +0100
committerLouis Burda <quent.burda@gmail.com>2023-02-13 01:47:44 +0100
commit8ce43765d65341476080b975c94755b0fccdbd8a (patch)
treeda50188ada5e8baeff621ca4eed337b8581b9f2d
parent1b41ae91d6016ae2031aa17cfd1a50cb16727421 (diff)
downloadntrop-8ce43765d65341476080b975c94755b0fccdbd8a.tar.gz
ntrop-8ce43765d65341476080b975c94755b0fccdbd8a.zip
Fix install target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e731af..fdc10d5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
ntrop: ntrop.c
install:
- install -m755 -t ntrop "$(DESTDIR)/$(PREFIX)/$(BINDIR)"
+ install -m755 ntrop -t "$(DESTDIR)/$(PREFIX)/$(BINDIR)"
uninstall:
rm "$(DESTDIR)/$(PREFIX)/$(BINDIR)/ntrop"