Rename binary to nmrp-flash
This commit is contained in:
parent
0b8394b408
commit
20ce6945e3
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CFLAGS = -Wall
|
CFLAGS = -Wall
|
||||||
|
|
||||||
nmrpd: nmrp.o tftp.o main.o
|
nmrp-flash: nmrp.o tftp.o main.o
|
||||||
$(CC) $(CFLAGS) -o nmrpd nmrp.o tftp.o main.o
|
$(CC) $(CFLAGS) -o nmrp-flash nmrp.o tftp.o main.o
|
||||||
|
|
||||||
nmrp.o: nmrp.c nmrpd.h
|
nmrp.o: nmrp.c nmrpd.h
|
||||||
$(CC) $(CFLAGS) -c -o nmrp.o nmrp.c
|
$(CC) $(CFLAGS) -c -o nmrp.o nmrp.c
|
||||||
|
|
2
main.c
2
main.c
|
@ -25,7 +25,7 @@
|
||||||
void usage(FILE *fp)
|
void usage(FILE *fp)
|
||||||
{
|
{
|
||||||
fprintf(fp,
|
fprintf(fp,
|
||||||
"Usage: nmrpd [OPTIONS...]\n"
|
"Usage: nmrp-flash [OPTIONS...]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -a <ipaddr> IP address to assign to target device\n"
|
" -a <ipaddr> IP address to assign to target device\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue