summaryrefslogtreecommitdiff
path: root/examples/python/Makefile
blob: b2a5700928197c6052e3847d2d5ec5bf074b3352 (plain)
1
2
3
4
5
6
all:
	install -d $(OPIEDIR)/bin/python/
	install -m 0755 *.py $(OPIEDIR)/bin/python/

clean: