Skip to content

Commit

Permalink
Don't use nk::from_string.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklata committed Feb 19, 2024
1 parent 9bf9ca9 commit 12b00a1
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 395 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NCRON_C_SRCS = $(sort xmalloc.c nk/io.c nk/pspawn.c)
NCRON_C_SRCS = $(sort xmalloc.c strconv.c nk/io.c nk/pspawn.c)
NCRON_CXX_SRCS = $(sort ncron.cpp sched.cpp crontab.cpp)
NCRON_OBJS = $(NCRON_C_SRCS:.c=.o) $(NCRON_CXX_SRCS:.cpp=.o)
NCRON_DEP = $(NCRON_C_SRCS:.c=.d) $(NCRON_CXX_SRCS:.cpp=.d)
Expand Down
Loading

0 comments on commit 12b00a1

Please sign in to comment.