aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/Makefile
blob: 1922c7e623f27557644d078587102124c1f8cdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

format:
	@gmake format

hook:
	@gmake hook