diff options
Diffstat (limited to 'pow/Makefile')
-rw-r--r-- | pow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pow/Makefile b/pow/Makefile index 96e37de3..1d55552a 100644 --- a/pow/Makefile +++ b/pow/Makefile @@ -16,10 +16,11 @@ all: ${STAMP} ${STAMP}: ${SOURCES} cd POW-${VERSION}; python setup.py build + ln -sf POW-${VERSION}/build/lib.* buildlib touch $@ clean: - rm -rf POW-${VERSION}/build + rm -rf POW-${VERSION}/build buildlib install: @echo Not attempting to install modified POW, if you want that, do it yourself |