chiark / gitweb /
debugging for thing that crashed
[inn-innduct.git] / storage / tradindexed / ovmethod.mk
1 tradindexed/tdx-util.o: tradindexed/tdx-util.c
2         $(CC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
3
4 tradindexed/tdx-util: tradindexed/tdx-util.o libstorage.$(EXTLIB) $(LIBHIST)
5         $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.o \
6             $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS)