Commit Graph
5 Commits
Author SHA1 Message Date
bob 73d8fce15c Fix deps 2024-09-12 16:35:24 +02:00
bob 23efe8dc71 Replace Makefile with new version 2024-09-12 14:53:42 +02:00
bob efeb61b480 Fix LDLIBS linker errors 2024-03-28 15:25:09 +01:00
bob 37c866054a Fix regex for key-value-pair
First group was a greedy match for the key, followed by a greedy match
for the whitespace up to the '='. This caused the white space to become
a suffix of the key... Solved by making it a non-greedy match.
2024-03-27 17:07:30 +01:00
bob 6e0c828404 added real_path function; bumped version to 1.1 2020-08-23 17:21:19 +02:00