From accd3b2d959bfc0e8a8aa0f148ebef5871529f47 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Fri, 10 Apr 2026 17:07:16 +0200 Subject: release 2.2 -- fixes, 'betterifications' and reworked `echo` Signed-off-by: czjstmax --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37d7840..4551457 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ CC = gcc IN = nm.c OUT = nshm LIBS = -lreadline -OPTS = -O2 -Wall -Wextra -pedantic -OPTSDBG = -O0 -g -Wall -Wextra -pedantic +OPTS = -O2 -Wall -Wextra -pedantic -std=c99 +OPTSDBG = -O0 -g -Wall -Wextra -pedantic -std=c99 debug: $(CC) -o$(OUT) $(LIBS) $(OPTSDBG) $(IN) -- cgit v1.3.1