aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-05 07:26:18 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-05 07:26:18 +0530
commita37ddfa08043b7d3e3230600c61b83c7ed741c83 (patch)
tree886a3d3a20e118118ba68450ae004540bc08c73d
parent914e180287e9b6742cf233cdee02b23364c6d9b8 (diff)
downloadnnn-a37ddfa08043b7d3e3230600c61b83c7ed741c83.tar.gz
Rename target nolocale to noloc
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a867573..89355df 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