]> Sergey Matveev's repositories - nnn.git/commitdiff
Rename target nolocale to noloc
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 5 Oct 2019 01:56:18 +0000 (07:26 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 5 Oct 2019 01:56:18 +0000 (07:26 +0530)
Makefile

index a8675733f36ed81f2ebd4ee964fd0b5a096a0bad..89355df6c38d8f2c29e341b7b1caf802c47e837f 100644 (file)
--- 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