Skip to content

Commit

Permalink
fixed newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilu committed Nov 15, 2020
1 parent 9a9c01f commit 26e1d47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ wattclean:
zclean:
$(MAKE) -C $(ZLIB) -f Makefile.dojs clean

fixnewlines:
find . -iname *.sh -exec dos2unix -v \{\} \;

.PHONY: clean distclean init doc

DEPS := $(wildcard $(BUILDDIR)/*.d)
Expand Down

0 comments on commit 26e1d47

Please sign in to comment.