Mercurial > hg > index.cgi
diff lwlib/rules.make @ 4:a4812d57ed13
Started implementing command line parsing in lwlib
author | lost@l-w.ca |
---|---|
date | Fri, 21 Jan 2011 22:54:48 -0700 |
parents | 2c24602be78f |
children | ac311e7ffed6 |
line wrap: on
line diff
--- a/lwlib/rules.make Thu Jan 20 22:56:29 2011 -0700 +++ b/lwlib/rules.make Fri Jan 21 22:54:48 2011 -0700 @@ -1,6 +1,6 @@ dirname := $(dir $(lastword $(MAKEFILE_LIST))) lwlib_srcs_local := lw_alloc.c lw_error.c lw_expr.c lw_stack.c \ - lw_string.c lw_stringlist.c + lw_string.c lw_stringlist.c lw_cmdline.c lwlib_srcs := $(lwlib_srcs) $(addprefix $(dirname),$(lwlib_srcs_local))