aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 078b158d..bbd46c5a 100644
--- a/Makefile
+++ b/Makefile
@@ -82,9 +82,9 @@ compile: .byte-compile
.byte-compile: $(EL) x-symbol/lisp/*.el
- @echo "*************************************************"
- @echo " Byte compiling... (ignoring errors: watch for !!)"
- @echo "*************************************************"
+ @echo "****************************************************************"
+ @echo " Byte compiling... (ignoring errors: watch for \"Error\" or \"!!\")"
+ @echo "****************************************************************"
rm -f $(ELC)
-$(BYTECOMP) $(EL)
rm -f $(BROKENELC)