Closed jameshegarty closed 7 years ago
Hm. I checked out your branch and said "make -n" and got this result:
% git checkout makefile
% make -n
make: *** No rule to make target build/pointwise.correct.txt', needed by
all'. Stop.
...seems like that should either a) just work or b) say something a little more helpful...?
We could add the install stuff to the makefile at some point (prob a good idea), but I suggest we do that later as a separate pull request. This will let us do the things we have to do this quarter.
I converted the travis script into a makefile, so that we can now build multiple examples.
Once this is merged, let's start trying to push Jeff's new example through the flow as far as we can...