about summary refs log tree commit diff
path: root/frida_mode/test/python/Makefile
blob: e66cfdef66460a9118d441ebdd4f107fd4c5d73d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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