Rename target nolocale to noloc

This commit is contained in:
Arun Prakash Jana 2019-10-05 07:26:18 +05:30
parent 914e180287
commit a37ddfa080
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -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