mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: wmake/Makefile : add 'objects' target
This commit is contained in:
@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS)
|
|||||||
# define link statements for libraries
|
# define link statements for libraries
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
objects: $(OBJECTS)
|
||||||
|
|
||||||
libso: $(LIB).$(SO)
|
libso: $(LIB).$(SO)
|
||||||
@echo \'$(LIB).$(SO)\' is up to date.
|
@echo \'$(LIB).$(SO)\' is up to date.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user