From b95fb53a3901c8a2687c54bda5baeb639c22b432 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 25 Nov 2010 16:49:09 +0000 Subject: [PATCH] ENH: wmake/Makefile : add 'objects' target --- wmake/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmake/Makefile b/wmake/Makefile index c62fd3f4be..95b4b30c40 100644 --- a/wmake/Makefile +++ b/wmake/Makefile @@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS) # define link statements for libraries #------------------------------------------------------------------------------ +objects: $(OBJECTS) + libso: $(LIB).$(SO) @echo \'$(LIB).$(SO)\' is up to date.