aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-05-24 14:13:48 -0400
committertlatorre <tlatorre@uchicago.edu>2019-05-24 14:13:48 -0400
commitc43bb688c6cfac6cee39612b862d8a909f150493 (patch)
treef8aefea9dc66dedf62f4350f73c032629efafe1b /Makefile
parent38a2d79ea9fac199b34653f3f89dc731d5b84b8c (diff)
downloadsddm-c43bb688c6cfac6cee39612b862d8a909f150493.tar.gz
sddm-c43bb688c6cfac6cee39612b862d8a909f150493.tar.bz2
sddm-c43bb688c6cfac6cee39612b862d8a909f150493.zip
add a script to submit jobs to the grid
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b589f0..27445de 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,5 @@ default: all
.DEFAULT:
cd src && "$(MAKE)" $@
+ cd utils && "$(MAKE)" $@