Android: invoke Python from a Makefile

$ cat Makefile
# Makefile example

all : hello

hello :
python -c 'print "hello"'> hello

$ make
python -c 'print "hello"'> hello
$ cat hello
hello
$

problem : makefile:4: *** missing separator. Stop
solution : need TAB before each "recipe" line.

Comments

Popular posts from this blog

Pretest62_2

Sometime, Sometimes ใช้ยังไง

verbs of perception/sense กริยาที่บอกประสาทสังผัสทั้งห้า