mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a2103efd20
language belonging to the ML family.
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
--- contrib/camlmode/Makefile-- Mon Dec 2 22:13:37 1996
|
|
+++ contrib/camlmode/Makefile Tue Jul 28 08:48:02 1998
|
|
@@ -11,8 +11,9 @@
|
|
all:
|
|
|
|
install:
|
|
+ mkdir -p $(EMACSLISPDIR)
|
|
cp $(FILES) $(EMACSLISPDIR)
|
|
- dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
|
|
+ -dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
|
|
|
|
clean:
|
|
rm -f *~ #*#
|