mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-04 12:00:15 +00:00
7 lines
56 B
Makefile
7 lines
56 B
Makefile
all:
|
|
@gmake $(.TARGETS)
|
|
|
|
$(.TARGETS): all
|
|
|
|
.PHONY: all
|