mirror of
https://github.com/sonertari/SSLproxy
synced 2024-10-31 21:20:21 +00:00
10573a1b7c
So we can individually make clean them
7 lines
56 B
Makefile
7 lines
56 B
Makefile
all:
|
|
@gmake $(.TARGETS)
|
|
|
|
$(.TARGETS): all
|
|
|
|
.PHONY: all
|