summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2018-03-28 15:31:44 -0400
committerGitHub Enterprise <[email protected]>2018-03-28 15:31:44 -0400
commit84c124fbfc1da5083f9f6622e70ed279552f1589 (patch)
treef5a12f1b66e9f8728b2cee63a4d5982e0624f6ad /src
parent93cdd2e217d7903ccf715a00b6dae8265bb38fca (diff)
parentc22eb8a8f6e41921e4e1a5e705cca8d5bbed67e0 (diff)
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Diffstat (limited to 'src')
-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