11 lines
184 B
Makefile
11 lines
184 B
Makefile
SUBDIRS = plugins procmem
|
|
|
|
sugardir = $(pkgdatadir)/shell/console
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
console.py \
|
|
memphis.py \
|
|
logviewer.py \
|
|
terminal.py \
|
|
plugin.py
|