You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
197B

  1. ALL_OBJ = \
  2. src/dump.o \
  3. src/error.o \
  4. src/hashtable.o \
  5. src/hashtable_seed.o \
  6. src/load.o \
  7. src/memory.o \
  8. src/pack_unpack.o \
  9. src/strbuffer.o \
  10. src/strconv.o \
  11. src/utf.o \
  12. src/value.o