mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-01 08:07:00 +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 $@
|