Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile now builds changed files in lib
I'm sure there was a better way to do this, but while developing, I was doing something like: $ rm -rf node && make && bin/slackin Well, that's a bit unnecessary, since make is smart enough to dynamically build sources into targets, so this commit cleans up the make file to do just that. Now changing a file in lib/ and running make will do the right thing to put it in node/.
- Loading branch information