aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 013fa011..c9b00084 100644
--- a/Makefile
+++ b/Makefile
@@ -83,10 +83,9 @@ compile: .byte-compile
.byte-compile: $(EL) x-symbol/lisp/*.el
@echo "*************************************************"
- @echo " Byte compiling..."
+ @echo " Byte compiling... (ignoring errors: watch for !!!)"
@echo "*************************************************"
rm -f $(ELC)
-## ignore errors for now: some files still have probs [x-symbol induced]
-$(BYTECOMP) $(EL)
rm -f $(BROKENELC)
@echo " Byte compiling X-Symbol..."