From: Arun Prakash Jana Date: Sat, 5 Oct 2019 01:56:18 +0000 (+0530) Subject: Rename target nolocale to noloc X-Git-Tag: v2.7~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a37ddfa08043b7d3e3230600c61b83c7ed741c83;p=nnn.git Rename target nolocale to noloc --- diff --git a/Makefile b/Makefile index a8675733..89355df6 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ debug: $(SRC) norl: $(SRC) $(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) -nolocale: $(SRC) +noloc: $(SRC) $(CC) -DNORL -DNOLOCALE $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) install: all