summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2007-10-01 04:02:36 +0000
committerRich Felker <dalias@aerifal.cx>2007-10-01 04:02:36 +0000
commit79b03ede84096488978f15a28c0b5e2886c83887 (patch)
tree2dcea67faa6e9bee7712ca40b3eaca76bb9c52b5 /Makefile
parent585c2f95ca03cae1f2792684ad673f7ed69accdb (diff)
downloaduuterm-79b03ede84096488978f15a28c0b5e2886c83887.tar.gz
move generated data to its own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3d3bb9..44bd7ed 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ all: $(ALL)
$(OBJS) $(OBJS_FB) $(OBJS_X11): uuterm.h
+decomp.o: decomp.h
+
uuterm-fb: $(OBJS) $(OBJS_FB)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(OBJS_FB) $(LIBS)