summaryrefslogtreecommitdiff
path: root/src/gpuwattch
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-03-28 15:29:46 -0400
committertgrogers <[email protected]>2018-03-28 15:29:46 -0400
commitc22eb8a8f6e41921e4e1a5e705cca8d5bbed67e0 (patch)
treeb2e335f6bb7fb99cb16cece7afe9715e9f3133ca /src/gpuwattch
parent05a05ff7e4e33e387c4c476a351bb89e682892ce (diff)
gpuwaatch build does not parallelize nicely without -p
Diffstat (limited to 'src/gpuwattch')
-rw-r--r--src/gpuwattch/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpuwattch/makefile b/src/gpuwattch/makefile
index ab718cc..354c9ec 100644
--- a/src/gpuwattch/makefile
+++ b/src/gpuwattch/makefile
@@ -11,10 +11,10 @@ opt: $(TAR).mk obj_opt
@$(MAKE) TAG=opt -C . -f $(TAR).mk
obj_dbg:
- mkdir $@
+ mkdir -p $@
obj_opt:
- mkdir $@
+ mkdir -p $@
depend:
@$(MAKE) TAG=opt -C . -f $(TAR).mk depend