mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
7 lines
72 B
Makefile
7 lines
72 B
Makefile
all: .DEFAULT
|
|
|
|
.DEFAULT:
|
|
@gmake ${.MAKEFLAGS} ${.TARGETS}
|
|
|
|
.PHONY: all
|