From fcd06fa99ceeeb9769102357257be0c1e192641e Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 18 Feb 2022 08:20:51 +0000 Subject: Added test for running python --- frida_mode/test/python/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 frida_mode/test/python/Makefile (limited to 'frida_mode/test/python/Makefile') 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 + + -- cgit 1.4.1