Fixed a typo
This commit is contained in:
parent
75db31ec85
commit
0245fb746b
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ INST_DIR=@ct_demodir@/python/transport
|
|||
PYTHON_CMD = @PYTHON_CMD@
|
||||
|
||||
all:
|
||||
$(PYTHON_CMD) dustygas.py
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) dustygas.py
|
||||
|
|
@ -17,7 +16,7 @@ test:
|
|||
install:
|
||||
@INSTALL@ -d $(INST_DIR)
|
||||
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
|
||||
@INSTALL@ -c -m ug+rw,o+r dustgas.py $(INST_DIR)
|
||||
@INSTALL@ -c -m ug+rw,o+r dustygas.py $(INST_DIR)
|
||||
@INSTALL@ -c runtest $(INST_DIR)
|
||||
@INSTALL@ -c cleanup $(INST_DIR)
|
||||
@INSTALL@ -c -m ug+rw,o+r output_blessed_0.txt $(INST_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue