aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias-Christian Ott2008-06-10 17:56:57 +0200
committerMatthias-Christian Ott2008-06-10 17:56:57 +0200
commit2393038898a8239428a6a5619fd4b18e5ade68a4 (patch)
treebe468a36a89ef966b5116275758ad2ad6931e750 /Makefile
parent3fbd902d8308908899dce2c538025b7c26593757 (diff)
downloadaur-2393038898a8239428a6a5619fd4b18e5ade68a4.tar.gz
source utility functions out to util.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf1766c9b9c6..dcbbbcfd9a09 100644
--- 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