a
[apps/madtty.git] / Makefile.in
index ee01933..cc95315 100644 (file)
@@ -60,13 +60,13 @@ install: all
        @echo "compile programs that use rote, use the rote-config"
        @echo "program (make sure $(DESTDIR)$(bindir) is in your path)."
        @echo "-----------------------------------------------------------"
-        
+
 librote.so.$(ROTE_VERSION): $(OBJECTS)
        $(CC) $(CFLAGS) -shared -o $@ -Wl,-soname=$(ROTE_SONAME) $(OBJECTS) $(LDFLAGS) $(LIBS)
 
 .depends: $(SOURCES) $(HEADERS)
        $(CC) $(CFLAGS) -MM $(SOURCES) >.depends
-       
+
 -include .depends
 
 clean: