Skip to content

Commit

Permalink
Use LF even on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed Dec 7, 2022
1 parent c83169e commit be01abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
text eol=lf
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ all:
cat $$file >> $(OUTFILE); \
echo >> $(OUTFILE); \
done
tr -d \\r < $(OUTFILE) > $(OUTFILE).tmp
mv $(OUTFILE).tmp $(OUTFILE)

install:
[ -e $(OUTFILE) ] && \
Expand Down

0 comments on commit be01abf

Please sign in to comment.