77f79a9481f2ca6ede8797400261c46ab9469f53 ceisenhart Mon Sep 28 16:42:29 2015 -0700 A python version of newProg, generates a python skeleton. Uses a module that must be on the path diff --git src/utils/newPythonProg/makefile src/utils/newPythonProg/makefile new file mode 100644 index 0000000..0b977ae --- /dev/null +++ src/utils/newPythonProg/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = newPythonProg +include $(kentSrc)/inc/userApp.mk