5 lines
53 B
Makefile
5 lines
53 B
Makefile
|
all: lib/bin/python
|
||
|
|
||
|
lib/bin/python:
|
||
|
virtualenv lib
|