diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-18 14:29:09 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-18 14:32:40 -0600 |
commit | 6025b2d8322caea124582fb9292780382466d660 (patch) | |
tree | c660f6639e279717539715384b5e30d87d54165e /Makefile | |
parent | 6c099e364812c18f3c60894118cfee4315eb6d3d (diff) | |
download | XD-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |