diff options
Diffstat (limited to 'Limber/Makefile.inc')
-rw-r--r-- | Limber/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Limber/Makefile.inc b/Limber/Makefile.inc index 1214311..a77bd5f 100644 --- a/Limber/Makefile.inc +++ b/Limber/Makefile.inc @@ -7,7 +7,8 @@ LIMBER_OBJECTS = \ .PHONY: limber limber: $(LIMBER_TARGET) -$(LIMBER_TARGET): $(LIMBER_OBJECTS) +$(LIMBER_TARGET): $(SWIFTEN_TARGET) $(LIMBER_OBJECTS) + $(QUIET_LINK)$(CXX) -o $(LIMBER_TARGET) $(LIMBER_OBJECTS) $(LDFLAGS) $(SWIFTEN_TARGET) $(LIBS) TARGETS += $(LIMBER_TARGET) CLEANFILES += $(LIMBER_OBJECTS) |