diff options
Diffstat (limited to 'pow/pywrap/Makefile')
-rw-r--r-- | pow/pywrap/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pow/pywrap/Makefile b/pow/pywrap/Makefile new file mode 100644 index 00000000..e065bbe6 --- /dev/null +++ b/pow/pywrap/Makefile @@ -0,0 +1,9 @@ +# $Id$ + +all: python + +python: python.c + python build.py + +clean: + rm -f *.o python |