about summary refs log tree commit diff
path: root/frida_mode/test/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/test/python/Makefile')
-rw-r--r--frida_mode/test/python/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/frida_mode/test/python/Makefile b/frida_mode/test/python/Makefile
new file mode 100644
index 00000000..e66cfdef
--- /dev/null
+++ b/frida_mode/test/python/Makefile
@@ -0,0 +1,17 @@
+all:
+	@echo trying to use GNU make...
+	@gmake all || echo please install GNUmake
+
+clean:
+	@gmake clean
+
+run:
+	@gmake run
+
+qemu:
+	@gmake qemu
+
+frida:
+	@gmake frida
+
+