]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Check PHOS and EMCAL clusters
[u/mrichter/AliRoot.git] / Makefile
index d3699001bd8c1cd0b88651e56627c84fb40360ca..f301facf9ec0f71dd3edd8ecd711fe6d45da27a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ export CLASSPATH IRST_INSTALLDIR IRST_CONFIG_DIR
 CODE_CHECK=java rules.ALICE.ALICERuleChecker
 REV_ENG=$(IRST_INSTALLDIR)/scripts/revEng.sh
 
-SMELL_DETECTOR_DIR=$(ALICE)/smell-detector
+SMELL_DETECTOR_DIR=$(IRST_INSTALLDIR)/smell-detector
 
 
 #-------------------------------------------------------------------------------
@@ -103,6 +103,10 @@ ifeq ($(findstring PWG0,$(MAKECMDGOALS)),PWG0)
 ALIROOTMODULES += PWG0
 endif
 
+ifeq ($(findstring PWG2,$(MAKECMDGOALS)),PWG2)
+ALIROOTMODULES += PWG2
+endif
+
 ifeq ($(findstring PWG3,$(MAKECMDGOALS)),PWG3)
 ALIROOTMODULES += PWG3
 endif