Skip to content

Commit

Permalink
clean up tlsh install
Browse files Browse the repository at this point in the history
  • Loading branch information
malteos committed Jul 18, 2024
1 parent 8d42d31 commit 2f3d77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install-tlsh:
cd python-tlsh-4.5.0 && \
sed -i 's/set(TLSH_BUCKETS_128 1)/set(TLSH_BUCKETS_256 1)/g; s/set(TLSH_CHECKSUM_1B 1)/set(TLSH_CHECKSUM_3B 1)/g' CMakeLists.txt && \
python setup.py install && \
rm -rf python-tlsh-4.5.0*
rm -rf ../python-tlsh-4.5.0*

lint:
@echo "--- 🧹 Running linters ---"
Expand Down

0 comments on commit 2f3d77d

Please sign in to comment.