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