about summary refs log tree commit diff
path: root/frida_mode/test/libxml/Makefile
blob: 258e9de4dcc528c68088cba7f1f4403023165f0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
all:
	@echo trying to use GNU make...
	@gmake all || echo please install GNUmake

clean:
	@gmake clean

frida:
	@gmake frida

debug:
	@gmake debug