Skip to content

Commit

Permalink
Makefile add example_setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
bstsnail committed Mar 31, 2020
1 parent 1d509ea commit 4ea4bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif
COLIB_OBJS=co_epoll.o co_routine.o co_hook_sys_call.o coctx_swap.o coctx.o
#co_swapcontext.o

PROGS = colib example_poll example_echosvr example_echocli example_thread example_cond example_specific example_copystack example_closure
PROGS = colib example_poll example_echosvr example_echocli example_thread example_cond example_specific example_copystack example_closure example_setenv

all:$(PROGS)

Expand Down

0 comments on commit 4ea4bd1

Please sign in to comment.