mirror of
https://github.com/jarun/nnn.git
synced 2025-01-09 17:39:38 +00:00
Rename target nolocale to noloc
This commit is contained in:
parent
914e180287
commit
a37ddfa080
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ debug: $(SRC)
|
||||||
norl: $(SRC)
|
norl: $(SRC)
|
||||||
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
||||||
|
|
||||||
nolocale: $(SRC)
|
noloc: $(SRC)
|
||||||
$(CC) -DNORL -DNOLOCALE $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
$(CC) -DNORL -DNOLOCALE $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
|
Loading…
Reference in a new issue