Commit Diff


commit - f2f5e97b07c583a4653432f26fdc8786cc491ef0
commit + d5723b877f3939fb74a9997fc1724918b8dbe150
blob - d8f885e1ba3e964388be52303ba0e5384309ef11 (mode 644)
blob + /dev/null
--- contrib/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-EMACS = emacs
-
-.PHONY: compile clean
-
-compile: 9ps-mode.elc
-
-9ps-mode.elc: 9ps-mode.el
-
-.SUFFIXES: .el .elc
-.el.elc:
-	$(EMACS) -Q --batch -L . -f batch-byte-compile $<
-
-clean:
-	rm -f *.elc