Skip to content
Snippets Groups Projects
Commit c98f6140 authored by Giacomo Fiorin's avatar Giacomo Fiorin
Browse files

Change order of targets in Makefiles for Colvars

parent 5031f5b8
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,12 @@ AR = ar
ARFLAGS = -rscv
SHELL = /bin/sh
include Makefile.common
.PHONY: default clean
default: $(COLVARS_LIB) Makefile.lammps
include Makefile.common
clean:
-rm -f $(COLVARS_OBJS) $(COLVARS_LIB)
......
......@@ -14,12 +14,12 @@ AR = i686-w64-mingw32-ar
ARFLAGS = -rscv
SHELL = /bin/sh
include Makefile.common
.PHONY: default clean
default: $(COLVARS_OBJ_DIR) $(COLVARS_LIB) Makefile.lammps
include Makefile.common
$(COLVARS_OBJ_DIR):
mkdir $(COLVARS_OBJ_DIR)
......
......@@ -14,12 +14,12 @@ AR = x86_64-w64-mingw32-ar
ARFLAGS = -rscv
SHELL = /bin/sh
include Makefile.common
.PHONY: default clean
default: $(COLVARS_OBJ_DIR) $(COLVARS_LIB) Makefile.lammps
include Makefile.common
$(COLVARS_OBJ_DIR):
mkdir $(COLVARS_OBJ_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment