From 6025b2d8322caea124582fb9292780382466d660 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 18 Feb 2025 14:29:09 -0600 Subject: Add -e flag to explain what the previous smiley face means. This requires us to also know what the previous return signal is, so if XD is given a return code, it passes it through when finishing execution. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef081cf..0027568 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include config.mk # flags and incs PKGS = $(GITLIB) -CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(ERR) +CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(ERR) $(EXPLAIN) LIBS = `$(PKG_CONFIG) --libs --cflags $(PKGS)` all: XD -- cgit v1.2.1