source utility functions out to util.c
This commit is contained in:
parent
05ebee6084
commit
5f28725471
6 changed files with 46 additions and 39 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue