Minor cosmetic changes to UI.

This commit is contained in:
pdw
2002-04-02 21:30:03 +00:00
parent e2cec4707c
commit de65eda001
3 changed files with 31 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ uninstall:
%.o: %.c Makefile
$(CC) $(CFLAGS) -c -o $@ $<
clean: nodepend
clean:
rm -f *~ *.o core iftop
tarball: depend $(SRCS) $(HDRS) $(TXTS)