aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index bc9dc42..817d0b5 100644
--- a/Makefile
+++ b/Makefile
@@ -57,10 +57,10 @@ clean:
rm -rf $(BIN) $(OBJDIR) swenu-exes
install: all
- install -Dm 755 ./$(BIN) $(DESTDIR)/$(PREFIX)/bin
- install -Dm 755 ./swenu-run $(DESTDIR)/$(PREFIX)/bin
- install -Dm 755 ./swenu-path $(DESTDIR)/$(PREFIX)/bin
- install -Dm 755 ./swenu-exes $(DESTDIR)/$(PREFIX)/bin
+ install -Dm 755 ./$(BIN) -t $(DESTDIR)/$(PREFIX)/bin/
+ install -Dm 755 ./swenu-run -t $(DESTDIR)/$(PREFIX)/bin/
+ install -Dm 755 ./swenu-path -t $(DESTDIR)/$(PREFIX)/bin/
+ install -Dm 755 ./swenu-exes -t $(DESTDIR)/$(PREFIX)/bin/
uninstall:
rm -f $(DESTDIR)/$(PREFIX)/bin/$(BIN)