summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-13 04:06:50 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-13 04:06:50 +0000
commit6340608799fd2b12e52b7ebb44ef5f2993032b29 (patch)
tree2000db0da913ee9b3d1a1a73420b9673d88b06d5
parente39130cda16e3de89836005c70650077a5ffc4ce (diff)
downloaduuterm-6340608799fd2b12e52b7ebb44ef5f2993032b29.tar.gz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40aff69..c241cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -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