make is quirky
Wednesday, January 26th, 2005So tonight I was working on my compilers project. Josh had made a Makefile for the project but it wasn’t working.
Eventually we traced the error back to a ~/ in the file. Make doesn’t like that relative path, once it was changed to the absolute path everything was peachy.
I then remember back to this past [...]