diff options
| author | Matthias-Christian Ott <ott@enolink.de> | 2008-07-04 18:18:51 +0200 | 
|---|---|---|
| committer | Matthias-Christian Ott <ott@enolink.de> | 2008-07-04 18:18:51 +0200 | 
| commit | eb92c4da84a8405384942fb9722c84f73e6162f2 (patch) | |
| tree | 6663d9c05225f1033316055978d029acfca3c535 /Makefile | |
| parent | d16fdbb6fa223efdf1ba8cd76999aafe21b3cfb3 (diff) | |
| download | st-eb92c4da84a8405384942fb9722c84f73e6162f2.tar.xz st-eb92c4da84a8405384942fb9722c84f73e6162f2.zip  | |
remove emallocz()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@  include config.mk -SRC = st.c std.c util.c pty.c +SRC = st.c std.c pty.c  OBJ = ${SRC:.c=.o}  all: options st std @@ -21,11 +21,11 @@ options:  ${OBJ}: config.mk -st: st.o util.o +st: st.o  	@echo CC -o $@  	@${CC} -o $@ $^ ${LDFLAGS} ${X11LDFLAGS} -std: std.o pty.o util.o +std: std.o pty.o  	@echo CC -o $@  	@${CC} -o $@ $^ ${LDFLAGS}  | 
