diff options
Diffstat (limited to 'st-0.8.4/Makefile')
| -rw-r--r-- | st-0.8.4/Makefile | 1 |
1 files changed, 1 insertions, 0 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) |