cmds.projects.lib: Add Module
Add a sub-module for code that's too specific to jw.pkg.cmds.projects to go into jw.pkg.lib but too generic to go into a command module.
Long-term, it might be a good idea to create a place for code which jw-pkg doesn't exclusively use for its own purposes. jw.lib, for example. Then, liberated from the burden to be generally useful also externally, jw.pkg.lib might be a better fit for code currently in jw.pkg.cmds.xxx.lib, and a more natural place usable across subcommands.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8697695697
commit
4e15552fc2
1 changed files with 4 additions and 0 deletions
4
src/python/jw/pkg/cmds/projects/lib/Makefile
Normal file
4
src/python/jw/pkg/cmds/projects/lib/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR = ../../../../../../..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(JWBDIR)/make/py-mod.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue