Makefile: Remove obsolete comment

It should have been removed with the switch to Browserify in
0d8c045823.
redux
David Majda 8 years ago
parent ddd4ac3787
commit 0e66f19523

@ -64,8 +64,6 @@ browser:
rm -f $(BROWSER_FILE_DEV)
rm -f $(BROWSER_FILE_MIN)
# The following code is inspired by CoffeeScript's Cakefile.
echo '/*' >> $(BROWSER_FILE_DEV)
echo " * PEG.js $(PEGJS_VERSION)" >> $(BROWSER_FILE_DEV)
echo ' *' >> $(BROWSER_FILE_DEV)

Loading…
Cancel
Save