|
|
|
@ -5,6 +5,9 @@ include ../config.mk
|
|
|
|
|
all : mosquitto.8 mosquitto-tls.7 mosquitto.conf.5 mosquitto_passwd.1 mosquitto_pub.1 mosquitto_sub.1 mqtt.7 libmosquitto.3
|
|
|
|
|
|
|
|
|
|
clean :
|
|
|
|
|
|
|
|
|
|
reallyclean : clean
|
|
|
|
|
-rm -f *.orig
|
|
|
|
|
-rm -f libmosquitto.3
|
|
|
|
|
-rm -f mosquitto.8
|
|
|
|
|
-rm -f mosquitto.conf.5
|
|
|
|
@ -14,9 +17,6 @@ clean :
|
|
|
|
|
-rm -f mosquitto-tls.7
|
|
|
|
|
-rm -f mqtt.7
|
|
|
|
|
|
|
|
|
|
reallyclean : clean
|
|
|
|
|
-rm -f *.orig
|
|
|
|
|
|
|
|
|
|
dist : mosquitto.8 mosquitto-tls.7 mosquitto.conf.5 mosquitto_passwd.1 mosquitto_pub.1 mosquitto_sub.1 mqtt.7 libmosquitto.3
|
|
|
|
|
|
|
|
|
|
install :
|
|
|
|
|