From 29e592f91ccc52e6a06a35500246de517f312be6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 9 Feb 2024 00:32:53 +0100 Subject: Nothing major, except DEVCHECK doesn't take forever anymore (it's indistiguousable for instant) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 026792e..aedf275 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,11 @@ PREFIX = /usr ICONPREFIX = $(PREFIX)/share/icons +CC = c99 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE +CFLAGS = +LDFLAGS = + THEME_NAME = Simple THEME_DESC = A very simple icon theme THEME_DIR = simple -- cgit v1.2.3-70-g09d2