quantum-espresso/VdW/Makefile

14 lines
189 B
Makefile

# Makefile for VdW
sinclude ../make.sys
default: all
all:
@echo "VdW no longer maintained"
# ( cd src ; $(MAKE) all || exit 1 )
clean :
( cd src ; $(MAKE) clean ; )
distclean: clean