From e58dcfbcd127e00bec22141387037bc58ce8bec8 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 27 Mar 2023 20:57:44 -0500 Subject: init --- utils/farbfeld/config.mk | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 utils/farbfeld/config.mk (limited to 'utils/farbfeld/config.mk') 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 -- cgit v1.2.3