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