Use strtonum-like functions for parsing numeric arguments
This commit is contained in:
parent
55b0b396dc
commit
9a5f0f724e
4 changed files with 90 additions and 13 deletions
4
Makefile
4
Makefile
|
@ -17,8 +17,8 @@
|
|||
P = otpcli
|
||||
V = 0.0
|
||||
|
||||
HDR = err.h otp.h
|
||||
OBJ = cli.o err.o otp.o
|
||||
HDR = err.h mystrtonum.h otp.h
|
||||
OBJ = cli.o err.o mystrtonum.o otp.o
|
||||
SRC = ${OBJ:.o=.c}
|
||||
DIST_FILES = COPYING Makefile ${HDR} ${SRC}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue