chiark / gitweb /
Invalidate string rep. Before make expandable buffer.
[chiark-tcl.git] / base / troglodyte-Makefile
index 9c67ece43c6b616b46230e4bec8536b3598b66a0..0f821265d1c769d0c0681b2b038a3a1c913d0198 100644 (file)
@@ -1,6 +1,8 @@
 OBJS=          tables.o \
                hbytes.o \
-               enum.o
+               enum.o \
+               chop.o \
+               parse.o
 
 HDRS=          hbytes.h \
                $(AUTO_HDRS)
@@ -18,10 +20,10 @@ all:                $(TARGETS) $(AUTOS)
 hbytes.so:     $(OBJS)
                $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared $(OBJS) $(LDLIBS)
 
-%.c:           %.tct
+%.c:           %.tct tcmdifgen
                ./tcmdifgen -wc -o$@ $<
 
-%.h:           %.tct
+%.h:           %.tct tcmdifgen
                ./tcmdifgen -wh -o$@ $<
 
 %.o:           %.c $(HDRS)