diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-13 04:06:50 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-13 04:06:50 +0000 |
commit | 6340608799fd2b12e52b7ebb44ef5f2993032b29 (patch) | |
tree | 2000db0da913ee9b3d1a1a73420b9673d88b06d5 | |
parent | e39130cda16e3de89836005c70650077a5ffc4ce (diff) |
build the x11 target first. this is a courtesy to non-linux users so
that if they just type "make", a uuterm-x11 binary will already exist
by the time fbcon.c fails to compile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ OBJS_FB = fbcon.o dblbuf.o OBJS_X11 = xlib.o LDFLAGS_X11 = -L/usr/X11R6/lib -ALL = uuterm-fb uuterm-x11 +ALL = uuterm-x11 uuterm-fb CFLAGS = -O2 -s #-g LDFLAGS = -s |