1 2 3 4 5 6
all: install -d $(OPIEDIR)/bin/python/ install -m 0755 *.py $(OPIEDIR)/bin/python/ clean: