From 0e66f19523768bd305b6ad5a8b8d2170bec4faa8 Mon Sep 17 00:00:00 2001 From: David Majda Date: Mon, 25 Jan 2016 10:23:44 +0100 Subject: [PATCH] Makefile: Remove obsolete comment It should have been removed with the switch to Browserify in 0d8c0458232339e2bc399c01140561d14e6a8058. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c357c06..4f9f291 100644 --- a/Makefile +++ b/Makefile @@ -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)