fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

Fix version_macros.hpp file path in Makefile #147

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

Due to the change in locations of internal implementations, Makefile mistakingly assume the version_macros.hpp file path.
Which makes internal library version checks executed wrongly.
In this PR, I have fixed the wrong path in the Makefile.