summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-02-18 14:29:09 -0600
committerSquibid <me@zacharyscheiman.com>2025-02-18 14:32:40 -0600
commit6025b2d8322caea124582fb9292780382466d660 (patch)
treec660f6639e279717539715384b5e30d87d54165e /Makefile
parent6c099e364812c18f3c60894118cfee4315eb6d3d (diff)
downloadXD-6025b2d8322caea124582fb9292780382466d660.tar.gz
XD-6025b2d8322caea124582fb9292780382466d660.tar.bz2
XD-6025b2d8322caea124582fb9292780382466d660.zip
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.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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