quantum-espresso/GUI/Makefile

9 lines
197 B
Makefile

# do nothing by default !!!
default:
veryclean:
- if test -d Guib ; then ( cd Guib; $(MAKE) $(MFLAGS) veryclean ) ; fi
- if test -d PWgui ; then ( cd PWgui; $(MAKE) $(MFLAGS) distclean ) ; fi