From 380b07becc230e6335dee0e7b0d4983236faaa2a Mon Sep 17 00:00:00 2001 From: KylieGong Date: Sat, 9 Sep 2023 01:16:42 -0400 Subject: [PATCH] makefile changes --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8752b31..fc9a1f1 100644 --- a/Makefile +++ b/Makefile @@ -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: