addded missing files.

This commit is contained in:
Harry Moffat
2009-03-25 01:17:11 +00:00
parent 39fa98d8a8
commit aedc3985ac
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ test:
install:
@INSTALL@ -d $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r isentropic.py $(INST_DIR)
@INSTALL@ -c runtest $(INST_DIR)
@INSTALL@ -c cleanup $(INST_DIR)

View File

@@ -12,6 +12,7 @@ test:
install:
@INSTALL@ -d $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r soundSpeed.py $(INST_DIR)
@INSTALL@ -c runtest $(INST_DIR)
@INSTALL@ -c cleanup $(INST_DIR)