zettel-kasten / zettelkasten

MIT License
23 stars 10 forks source link

makefile.osx spaces not tabs typo #1

Closed kschroed closed 6 years ago

kschroed commented 6 years ago

./makefile.osx:143: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.

./makefile.osx:193: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.

Replacing spaces with actual tabes on line 143 and 193 corrects the problem.

fogoat commented 6 years ago

I think the error is present for all the makefile.

zettel-kasten commented 6 years ago

thanks, this seems to happen because I use Qt Creator to edit files. I have updated its default settings so that it avoids replacing tabs with spaces. I fixed this for all makefiles: https://github.com/zettel-kasten/zettelkasten/commit/57e89d4aa9f7707565a28ba849aa03d44cb7a044