source utility functions out to util.c

This commit is contained in:
Matthias-Christian Ott 2008-06-10 17:56:57 +02:00
parent 05ebee6084
commit 5f28725471
6 changed files with 46 additions and 39 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC = st.c std.c
SRC = st.c std.c util.c pty.c
OBJ = ${SRC:.c=.o}
all: options st