about summary refs log tree commit diff
path: root/frida_mode/test/libxml/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-12-10 17:08:22 +0000
committerYour Name <you@example.com>2021-12-10 17:08:22 +0000
commit3ee6ff0f8c1c783b916cb6821d04c5e1da00af58 (patch)
treece6e2a2aa544f9bdd3b310b6bcb9f5a7b4a671b4 /frida_mode/test/libxml/Makefile
parent6ce72deb75163a8532ab3142cc1a9d8a1138459b (diff)
downloadafl++-3ee6ff0f8c1c783b916cb6821d04c5e1da00af58.tar.gz
Added test for libxml
Diffstat (limited to 'frida_mode/test/libxml/Makefile')
-rw-r--r--frida_mode/test/libxml/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/frida_mode/test/libxml/Makefile b/frida_mode/test/libxml/Makefile
new file mode 100644
index 00000000..07b139e9
--- /dev/null
+++ b/frida_mode/test/libxml/Makefile
@@ -0,0 +1,13 @@
+all:
+	@echo trying to use GNU make...
+	@gmake all || echo please install GNUmake
+
+32:
+	@echo trying to use GNU make...
+	@gmake 32 || echo please install GNUmake
+
+clean:
+	@gmake clean
+
+frida:
+	@gmake frida