diff --git a/slsDetectorGui/Makefile b/slsDetectorGui/Makefile index e27b31dde..08268dd93 100644 --- a/slsDetectorGui/Makefile +++ b/slsDetectorGui/Makefile @@ -10,7 +10,7 @@ all: $(PROG) Makefile.gui clean: if test -e Makefile.gui; then make -f Makefile.gui clean; make -f Makefile.gui mocclean; rm Makefile.gui; else make Makefile.gui; make -f Makefile.gui clean; make -f Makefile.gui mocclean; fi - cd manual && make clean +# cd manual && make clean