diff options
| author | stkhan <personal@slickd.xyz> | 2025-08-03 22:39:13 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2025-08-03 22:39:13 -0500 |
| commit | 159298eab4b5842509b9125d6f8fedbcdd1f576e (patch) | |
| tree | 58b12255e69f4a3441cf6988a2ebb6f8f003d12c /utils/farbfeld/config.mk | |
| parent | c5b2698b9c198a9ca75c9912bc6ea3d2f84c9b55 (diff) | |
Remove farbfeld
Diffstat (limited to 'utils/farbfeld/config.mk')
| -rw-r--r-- | utils/farbfeld/config.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/utils/farbfeld/config.mk b/utils/farbfeld/config.mk deleted file mode 100644 index 8ba827a..0000000 --- a/utils/farbfeld/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -# farbfeld version -VERSION = 4 - -# Customize below to fit your system - -# paths -MANPREFIX = $(PREFIX)/share/man - -# flags -CPPFLAGS = -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os -LDFLAGS = -s -PNG-LDLIBS = -lpng -JPG-LDLIBS = -ljpeg - -# compiler and linker -CC = cc |