From d07eca998c3da2236f78de9f9d7233ad13f4ee90 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 19 Jun 2020 21:07:13 +0100 Subject: Install into /usr/local --- config.mk | 2 +- drw.o | Bin 0 -> 10600 bytes dwm | Bin 0 -> 62200 bytes dwm.o | Bin 0 -> 56032 bytes util.o | Bin 0 -> 2264 bytes 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 drw.o create mode 100755 dwm create mode 100644 dwm.o create mode 100644 util.o diff --git a/config.mk b/config.mk index f1ba118..3dcd5a0 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 6.2 # Customize below to fit your system # paths -PREFIX = ~/.local +PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..3adc054 Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..c6e2541 Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..076eb64 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..2a026a6 Binary files /dev/null and b/util.o differ -- cgit v1.2.3-13-gbd6f