michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

makefile: add missing .PHONY declarations #94

Closed davidchambers closed 10 years ago

davidchambers commented 10 years ago

Perhaps you're relying on files with these names never existing. all and build should be declared phony, too, I imagine.

michaelficarra commented 10 years ago

Yes, please add those as well.

davidchambers commented 10 years ago

I've updated the PR.