From 0be032c6998e712dc2c9f2ed97c3491d89eb05af Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 31 Jan 2020 17:16:27 +0300 Subject: [xift] Almost done. --- deps.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deps.mk (limited to 'deps.mk') diff --git a/deps.mk b/deps.mk new file mode 100644 index 0000000..327e510 --- /dev/null +++ b/deps.mk @@ -0,0 +1,8 @@ +attribute.o: src/attribute.cpp src/attribute.hpp src/utils.hpp +exporter.o: src/exporter.cpp src/exporter.hpp +file.o: src/file.cpp src/file.hpp src/exporter.hpp +str.o: src/str.cpp src/str.hpp src/exporter.hpp src/utils.hpp +tag.o: src/tag.cpp src/tag.hpp src/attribute.hpp src/utils.hpp +utils.o: src/utils.cpp src/utils.hpp +xift.o: src/xift.cpp src/xift.hpp src/exporter.hpp src/tag.hpp \ + src/attribute.hpp src/utils.hpp -- cgit v1.2.3