Cannot build `spim`
Brought to you by:
jameslarus
MakeFile produces errors when building
Makefile:50: *** target pattern contains no '%'. Stop.
Steps to reproduce
$ svn checkout svn://svn.code.sf.net/p/spimsimulator/code/ spimsimulator-code
$ cd spimsimulator-code/spim/
$ make
Makefile:50: *** target pattern contains no '%'. Stop.
Anonymous
Fixed. Didn't realize that clang-format sorted includes alphabetically and broke Makefiles....
Thanks for the quick fix.