diff options
| author | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
| commit | e20a439f0de08052fad50669fd005dee14d40cae (patch) | |
| tree | 8ffed60a1dce40ae64fd8f336a4d1b5d103683f1 /st-0.8.4 | |
| parent | a33351c3345f7b8657e6415878a73b5fedb09d72 (diff) | |
Update dwm, added farbfeld, sent, and wmname plus more
Diffstat (limited to 'st-0.8.4')
| -rw-r--r-- | st-0.8.4/Makefile | 1 | ||||
| -rw-r--r-- | st-0.8.4/config.h | 2 | ||||
| -rw-r--r-- | st-0.8.4/config.mk | 1 | ||||
| -rwxr-xr-x | st-0.8.4/st | bin | 106440 -> 0 bytes | |||
| -rw-r--r-- | st-0.8.4/st.o | bin | 77144 -> 0 bytes | |||
| -rw-r--r-- | st-0.8.4/x.o | bin | 75712 -> 0 bytes |
6 files changed, 2 insertions, 2 deletions
diff --git a/st-0.8.4/Makefile b/st-0.8.4/Makefile index 470ac86..c0aa027 100644 --- a/st-0.8.4/Makefile +++ b/st-0.8.4/Makefile @@ -3,6 +3,7 @@ .POSIX: include config.mk +include ../config.mk SRC = st.c x.c OBJ = $(SRC:.c=.o) diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h index 6ac76a1..ae92fc9 100644 --- a/st-0.8.4/config.h +++ b/st-0.8.4/config.h @@ -1,4 +1,4 @@ -#include "../dwm-6.2/colors.h" +#include "../dwm-6.3/colors.h" /* See LICENSE file for copyright and license details. */ /* diff --git a/st-0.8.4/config.mk b/st-0.8.4/config.mk index aaa54ff..5672e9a 100644 --- a/st-0.8.4/config.mk +++ b/st-0.8.4/config.mk @@ -4,7 +4,6 @@ VERSION = 0.8.4 # Customize below to fit your system # paths -PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include diff --git a/st-0.8.4/st b/st-0.8.4/st Binary files differdeleted file mode 100755 index b5216af..0000000 --- a/st-0.8.4/st +++ /dev/null diff --git a/st-0.8.4/st.o b/st-0.8.4/st.o Binary files differdeleted file mode 100644 index e3f7921..0000000 --- a/st-0.8.4/st.o +++ /dev/null diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o Binary files differdeleted file mode 100644 index 5eb1e8b..0000000 --- a/st-0.8.4/x.o +++ /dev/null |