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

Linking verb - seem, sound, smell, appear, become, get, feel (Verb of Senses)

Phrasal Verb (กิริยาวลี) ที่ใช้บ่อย

If Clause 3 แบบ (Conditional Statement)