mirror of
https://github.com/frida/frida
synced 2026-08-13 06:26:05 -04:00
6 lines
72 B
Makefile
6 lines
72 B
Makefile
all: .DEFAULT
|
|
|
|
.DEFAULT:
|
|
@gmake ${.MAKEFLAGS} ${.TARGETS}
|
|
|
|
.PHONY: all
|