diff options
| author | iamcheeseman <[email protected]> | 2026-05-22 12:35:36 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-22 12:35:36 -0400 |
| commit | f31a0a48a2408d38faaaae2d0fb91528e3c2c20e (patch) | |
| tree | f4e38fe03f86ff9c50d9778be3fd8302ff06090b /src/st/config.mk | |
| parent | 32256bdd1abde72427ccd1dac185eee48f803ef1 (diff) | |
Update config
Diffstat (limited to 'src/st/config.mk')
| -rw-r--r-- | src/st/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/st/config.mk b/src/st/config.mk index 2fc854e..2ac1814 100644 --- a/src/st/config.mk +++ b/src/st/config.mk @@ -4,7 +4,7 @@ VERSION = 0.9.3 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = $(HOME)/.local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include @@ -22,7 +22,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ # flags STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) +STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -g -ggdb STLDFLAGS = $(LIBS) $(LDFLAGS) # OpenBSD: |
