Skip to content
Snippets Groups Projects
Commit b95fb53a authored by mattijs's avatar mattijs
Browse files

ENH: wmake/Makefile : add 'objects' target

parent 6bc9b87a
Branches
Tags
No related merge requests found
......@@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS)
# define link statements for libraries
#------------------------------------------------------------------------------
objects: $(OBJECTS)
libso: $(LIB).$(SO)
@echo \'$(LIB).$(SO)\' is up to date.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment