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