mosquitto/plugins/message-timestamp/Makefile

5 lines
123 B
Makefile
Raw Normal View History

all : mosquitto_timestamp.so
mosquitto_timestamp.so : mosquitto_timestamp.c
$(CC) -I../../include -fPIC -shared $< -o $@