mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-15 22:39:47 +02:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
|
|
.PHONY: all clean
|
||
|
|
|
||
|
|
all:
|
||
|
|
$(MAKE) -C dynamic-security $@
|
||
|
|
|
||
|
|
clean:
|
||
|
|
$(MAKE) -C dynamic-security $@
|