diff options
| author | Mahmoud <[email protected]> | 2018-03-30 11:29:11 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-03-30 11:29:11 -0400 |
| commit | 88e33e52ad0d7bf7e070a75a44c393e643dd6b6b (patch) | |
| tree | 41c14f5ca5340533bcf12c96398c218b2b57a942 /src/gpuwattch/makefile | |
| parent | 3b9cc9285b5394320873e42edee03d8f23d6d17e (diff) | |
| parent | 84c124fbfc1da5083f9f6622e70ed279552f1589 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution 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 |
