mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 12:23:32 +01:00
Install vim and emacs
This commit is contained in:
parent
bcc208624b
commit
22115cd6a5
10
src/Makefile
10
src/Makefile
@ -1,3 +1,13 @@
|
|||||||
|
all: exe vim emacs
|
||||||
|
|
||||||
|
exe: ../bin/irpf90
|
||||||
|
|
||||||
|
vim:
|
||||||
|
python3 vim.py
|
||||||
|
|
||||||
|
emacs:
|
||||||
|
python3 emacs.py
|
||||||
|
|
||||||
../bin/irpf90: irpf90_python.exe
|
../bin/irpf90: irpf90_python.exe
|
||||||
rm ../bin/irpf90 ; cd ../bin ; ln -s ../src/irpf90_python.exe irpf90
|
rm ../bin/irpf90 ; cd ../bin ; ln -s ../src/irpf90_python.exe irpf90
|
||||||
clean:
|
clean:
|
||||||
|
@ -38,7 +38,7 @@ from command_line import command_line
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
vim.install()
|
# vim.install()
|
||||||
|
|
||||||
if command_line.do_help:
|
if command_line.do_help:
|
||||||
command_line.usage()
|
command_line.usage()
|
||||||
|
Loading…
Reference in New Issue
Block a user