diff options
| author | Akshay Jain <[email protected]> | 2018-04-01 09:50:34 -0700 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-04-01 09:50:34 -0700 |
| commit | f373275550b689efaf9c60017ff11d4450d71091 (patch) | |
| tree | 1d19b18543604f5eda844edfca4e766db45bb8f3 /src/gpuwattch/makefile | |
| parent | 2a8c790daf2109cd86bdc16f23a3c768df6d02a1 (diff) | |
| parent | d31e1340d3ee761d379c4a517e37c3ac7e8b3c0b (diff) | |
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Diffstat (limited to 'src/gpuwattch/makefile')
| -rw-r--r-- | src/gpuwattch/makefile | 4 |
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 |
