about summary refs log tree commit diff
path: root/frida_mode/test/libxml/Makefile
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-05-10 08:52:59 +0100
committerGitHub <noreply@github.com>2021-05-10 09:52:59 +0200
commit340fc13de188b257ccb9e46a1f581ebd172ea81e (patch)
tree7a4658116ee5dd1f23d8596394e6c8b8cf9f64ec /frida_mode/test/libxml/Makefile
parent24551382d25fa0b7e6ddf0c830f8cad0f8ac93c4 (diff)
downloadafl++-340fc13de188b257ccb9e46a1f581ebd172ea81e.tar.gz
Changes to remove binaries from frida_mode (#913)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/test/libxml/Makefile')
-rw-r--r--frida_mode/test/libxml/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/frida_mode/test/libxml/Makefile b/frida_mode/test/libxml/Makefile
deleted file mode 100644
index 258e9de4..00000000
--- a/frida_mode/test/libxml/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all:
-	@echo trying to use GNU make...
-	@gmake all || echo please install GNUmake
-
-clean:
-	@gmake clean
-
-frida:
-	@gmake frida
-
-debug:
-	@gmake debug
\ No newline at end of file