Welcome, guest | Sign In | My Account | Store | Cart
Text, 6 lines
1
2
3
4
5
6
clean:
		rm -rf *.o pytestbin

pytest:
		make clean
		gcc -o pytestbin pysource.c -Wall -I/usr/include/python2.7 -L/usr/lib -lpython2.7
Created by airween on Thu, 15 Oct 2015 (GPL)
Text recipes (14)
airween's recipes (3)

Required Modules

  • (none specified)

Other Information and Tasks