f79cc8a353
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
USE="$USE gtk3"
|
|
PYTHON_TARGETS="python3_2 python2_7"
|
|
USE_PYTHON="3.2"
|
|
PYTHON_SINGLE_TARGET="python2_7"
|