From 2c2bbb73d0c81b11c96ad245b977d7166c575178 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 28 Dec 2025 10:49:51 +0100 Subject: chore: cleanup of gitignore(s), fetcha Makefile and license --- fetcha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetcha/Makefile') diff --git a/fetcha/Makefile b/fetcha/Makefile index 95b2464..476e679 100644 --- a/fetcha/Makefile +++ b/fetcha/Makefile @@ -5,7 +5,7 @@ VERSION = 1.0.0 CC = cc CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-format-truncation -Os -MMD ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-format-truncation -Os ${CPPFLAGS} LDFLAGS = -lX11 SRC = fetcha.c modules.c -- cgit v1.2.3