Skip to content

Commit

Permalink
makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KylieGong committed Sep 9, 2023
1 parent e9e9cba commit 380b07b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,19 +176,19 @@ test4:

## test5: native pyqt, tkrun style
test5:
python pyqt.py testfile.sh
python qtrun.py ./testfile.sh

#bash format with more variables
test6:
python pyqt.py testfile2.sh
python qtrun.py testfile2.sh

#python format
test7:
python pyqt.py testfile3.py
python qtrun.py testfile3.py

#csh format
test8:
python pyqt.py testfile4.csh
python qtrun.py testfile4.csh

## test7: qooey, athena style
test7:
Expand Down

0 comments on commit 380b07b

Please sign in to comment.