quantum-espresso/XSpectra/Makefile

22 lines
183 B
Makefile

# Makefile for XSpectra
sinclude ../make.sys
default: all
all:
( cd src ; $(MAKE) all || exit 1 )
clean :
( cd src ; $(MAKE) clean )
doc:
:
doc_clean:
:
distclean: clean