From 133f55170bdd33fe53d397faa011d9aee00c4c3d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 4 Oct 2019 07:43:07 +0530 Subject: Target nolocale: saves more on memory --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b55e15f..a867573 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,9 @@ debug: $(SRC) norl: $(SRC) $(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) +nolocale: $(SRC) + $(CC) -DNORL -DNOLOCALE $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) + install: all $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin $(INSTALL) -m 0755 $(BIN) $(DESTDIR)$(PREFIX)/bin -- cgit v1.2.3-70-g09d2