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

frida:
	@gmake frida

frida_nocache:
	@gmake frida_nocache

debug:
	@gmake debug

clean:
	@gmake clean

format:
	@gmake format