diff options
author | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 02:47:39 -0400 |
---|---|---|
committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 02:47:39 -0400 |
commit | 611d48aba30d12419d8a8a0d29aefde4d5b1f9fc (patch) | |
tree | 60be3c471ab722f014cbf6ae65887c400c19ee7a /SD-VBS/common | |
parent | f618466c25d43f3bae9e40920273bf77de1e1149 (diff) |
global rt-run
Diffstat (limited to 'SD-VBS/common')
-rw-r--r-- | SD-VBS/common/makefiles/Makefile.recurse | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SD-VBS/common/makefiles/Makefile.recurse b/SD-VBS/common/makefiles/Makefile.recurse index 9a9d088..ed575bb 100644 --- a/SD-VBS/common/makefiles/Makefile.recurse +++ b/SD-VBS/common/makefiles/Makefile.recurse | |||
@@ -33,6 +33,8 @@ preload-run: recurse | |||
33 | 33 | ||
34 | run: recurse | 34 | run: recurse |
35 | 35 | ||
36 | rt-run: recurse | ||
37 | |||
36 | # MAKECMDGOALS contains the gmake target specified on the command line | 38 | # MAKECMDGOALS contains the gmake target specified on the command line |
37 | # it is defined automatically by gmake | 39 | # it is defined automatically by gmake |
38 | %.traverse: | 40 | %.traverse: |