make depend

This commit is contained in:
2021-03-15 19:36:04 +01:00
parent fac3a7eb71
commit 7ccd435e2c
6 changed files with 34 additions and 20 deletions

View File

@@ -1,5 +1,9 @@
# DO NOT DELETE
utf8_private.o: utf8_private.h ../textstream/textstream.h ../space/space.h
utf8_private.o: ../textstream/types.h ../convert/inttostr.h ../date/date.h
utf8_private.o: ../membuffer/membuffer.h ../textstream/types.h
utf8.o: utf8.h ../textstream/textstream.h ../space/space.h
utf8.o: ../textstream/types.h ../date/date.h ../convert/inttostr.h
utf8.o: ../textstream/types.h ../convert/inttostr.h ../date/date.h
utf8.o: ../membuffer/membuffer.h ../textstream/types.h
utf8.o: ../utf8/utf8_templates.h utf8_private.h

View File

@@ -1 +1 @@
o = utf8.o
o = utf8_private.o utf8.o