Skip to content

Commit

Permalink
Move dumpdcd to src
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jan 8, 2020
1 parent cf243b8 commit ce3b7e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,12 @@ ALL_NONEXE_OBJECTS = $(filter-out $(ALL_EXE_OBJECTS), $(ALL_OBJECTS))
ifeq ($(ONEVERSION),)
ORIG_TARGET = default_target

fes :
fes:
@+$(MAKE) --no-print-directory -f $(MAKEFILE) $(VERSION) ORIG_TARGET=graph

dcd:
@+$(MAKE) --no-print-directory -f $(MAKEFILE) $(VERSION) ORIG_TARGET=dumpdcd

$(EXE_NAMES) all toolversions extversions extclean libcp2k cp2k_shell exts $(EXTSPACKAGES) python-bindings test testbg:
@+$(MAKE) --no-print-directory -f $(MAKEFILE) $(VERSION) ORIG_TARGET=$@

Expand Down
File renamed without changes.

0 comments on commit ce3b7e1

Please sign in to comment.