diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-07-19 16:47:48 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-07-19 16:47:48 +0200 |
commit | e017a78f09e5a80c1d18131b5783b34c39e481b0 (patch) | |
tree | 673aef357fa4a116d070c63c9260c617a642ae29 /Makefile | |
parent | cd6c436cb70c4323c7d14ebd74f89bb0914649f2 (diff) |
Fix line ending
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ LIBS+= \ -lc++abi #-lc++fs #-lstdc++ \ -#-lstdc++fs \ +#-lstdc++fs else LIBS+= \ -lstdc++ |