diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-13 18:15:43 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-13 18:15:43 +0000 |
| commit | 2e81fbdf15168a5b6df291b7062d120156a5ce45 (patch) | |
| tree | 57de36552c6f46e43d8520ccf65acb80ef5f6c29 /sfm-0.4/config.mk | |
| parent | 7a93f153bf5e088ab6e2da6fcc0518744cfd54af (diff) | |
Removed dwm scripts, sfm, , added scroll, and added dark theme to surf
Diffstat (limited to 'sfm-0.4/config.mk')
| -rw-r--r-- | sfm-0.4/config.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sfm-0.4/config.mk b/sfm-0.4/config.mk deleted file mode 100644 index 5732f77..0000000 --- a/sfm-0.4/config.mk +++ /dev/null @@ -1,14 +0,0 @@ -# sfm version -VERSION = 0.4 - -# paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man - -# flags -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wextra -Wall -Wno-unused-parameter -Os ${CPPFLAGS} -LDFLAGS = -pthread -s - -# compiler and linker -CC = cc |