Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
add missing header file
[st.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
cf1766c
..
dcbbbcf
100644
(file)
--- a/
Makefile
+++ b/
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