mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
7 lines
68 B
Makefile
7 lines
68 B
Makefile
USE_GNU:
|
|
@gmake $(.TARGETS)
|
|
|
|
$(.TARGETS): USE_GNU
|
|
|
|
.PHONY: USE_GNU
|