summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-01-16 11:16:36 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:02 -0700
commit5e46e5ce42b9c88c9ae3d8fb7ab9df4f0f2e7c97 (patch)
treef0d0749b4761a7b4741d97fe0affebc0aa02a7ab /Makefile
parentf9b17218e5e11f1bbeed1bdd3512900c19187522 (diff)
Disabled pre-processing in doxygen, this should be only re-enabled when we have the correct predefines.
Added the cleandocs target to the clean target. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11345]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6a773c..52fb93f 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ cleandocs:
clean:
$(MAKE) cleangpgpusim
-cleangpgpusim:
+cleangpgpusim: cleandocs
$(MAKE) clean -C ./libcuda/
ifneq ($(NVOPENCL_LIBDIR),)
$(MAKE) clean -C ./libopencl/