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