summaryrefslogtreecommitdiff
path: root/st-0.8.4
diff options
context:
space:
mode:
Diffstat (limited to 'st-0.8.4')
-rw-r--r--st-0.8.4/Makefile1
-rw-r--r--st-0.8.4/config.h2
-rw-r--r--st-0.8.4/config.mk1
-rwxr-xr-xst-0.8.4/stbin106440 -> 0 bytes
-rw-r--r--st-0.8.4/st.obin77144 -> 0 bytes
-rw-r--r--st-0.8.4/x.obin75712 -> 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
deleted file mode 100755
index b5216af..0000000
--- a/st-0.8.4/st
+++ /dev/null
Binary files differ
diff --git a/st-0.8.4/st.o b/st-0.8.4/st.o
deleted file mode 100644
index e3f7921..0000000
--- a/st-0.8.4/st.o
+++ /dev/null
Binary files differ
diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o
deleted file mode 100644
index 5eb1e8b..0000000
--- a/st-0.8.4/x.o
+++ /dev/null
Binary files differ