about summary refs log tree commit diff
path: root/frida_mode/test/cmplog/Makefile
blob: b84e9218ae8c8978fffc200bd4951693e4210df6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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

qemu:
	@gmake qemu

frida:
	@gmake frida


frida-nocmplog:
	@gmake frida-nocmplog

frida-unprefixedpath:
	@gmake frida-unprefixedpath

format:
	@gmake format

debug:
	@gmake debug