Install vim and emacs

This commit is contained in:
Anthony Scemama 2020-12-06 16:52:51 +01:00
parent bcc208624b
commit 22115cd6a5
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
all: exe vim emacs
exe: ../bin/irpf90
vim:
python3 vim.py
emacs:
python3 emacs.py
../bin/irpf90: irpf90_python.exe
rm ../bin/irpf90 ; cd ../bin ; ln -s ../src/irpf90_python.exe irpf90
clean:

View File

@ -38,7 +38,7 @@ from command_line import command_line
def main():
vim.install()
# vim.install()
if command_line.do_help:
command_line.usage()