Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjrs committed Jun 19, 2023
1 parent 03bfdd8 commit 21053dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile.2204
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON?=python3

deb: python3-imgstore_${VERSION}-${PKG_VERSION}_all.deb

python3-imgstore_${VERSION}-${PKG_VERSION}_all.deb: imgstore $(MAKEFILE_LIST)
python3-imgstore_${VERSION}-${PKG_VERSION}_all.deb: setup.py $(MAKEFILE_LIST)
$(FPM) --verbose --force \
--maintainer "John Stowers <john.stowers@gmail.com>" \
-s python -t deb \
Expand All @@ -25,11 +25,7 @@ python3-imgstore_${VERSION}-${PKG_VERSION}_all.deb: imgstore $(MAKEFILE_LIST)
-d "python3-opencv" \
$<

imgstore:
git clone -b ${VERSION} https://github.com/loopbio/imgstore.git ./imgstore

clean:
rm -rf ./imgstore
rm -f python-imgstore_${VERSION}-${PKG_VERSION}_all.deb

.PHONY: clean

0 comments on commit 21053dc

Please sign in to comment.