fix make install on osx, thanks DaveItsLong

This commit is contained in:
Philippe Teuwen 2025-03-25 22:14:48 +01:00
commit a8604e3ff9
2 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
## [unreleased][unreleased]
- Fixed `make install` on OSX thanks DaveItsLong (@doegox)
## [Blue Ice.4.20142][2025-03-25]
- Added `des_talk.py` script for easier MIFARE DESFire handling (@trigat)
- Fixed `hf 14b info` - wrong endianess when looking for lock bits etc (@gentilkiwi)