mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-20 11:36:33 +02:00
5 lines
123 B
Makefile
5 lines
123 B
Makefile
|
|
all : mosquitto_timestamp.so
|
||
|
|
|
||
|
|
mosquitto_timestamp.so : mosquitto_timestamp.c
|
||
|
|
$(CC) -I../../include -fPIC -shared $< -o $@
|