diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-05 07:26:18 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-05 07:26:18 +0530 |
commit | a37ddfa08043b7d3e3230600c61b83c7ed741c83 (patch) | |
tree | 886a3d3a20e118118ba68450ae004540bc08c73d | |
parent | 914e180287e9b6742cf233cdee02b23364c6d9b8 (diff) | |
download | nnn-a37ddfa08043b7d3e3230600c61b83c7ed741c83.tar.gz |
Rename target nolocale to noloc
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |