mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 10:40:05 +08:00
Pointless whitespace tidy.
This commit is contained in:
@@ -11,5 +11,5 @@ mosquitto_mysql_log : mysql_log.o
|
||||
mysql_log.o : mysql_log.c
|
||||
${CC} -c $^ -o $@ ${CFLAGS} -I../../lib
|
||||
|
||||
clean :
|
||||
clean :
|
||||
-rm -f *.o mosquitto_mysql_log
|
||||
|
||||
@@ -25,5 +25,5 @@ multiple.o : multiple.c ../../lib/libmosquitto.so.${SOVERSION}
|
||||
../../lib/libmosquitto.so.${SOVERSION} :
|
||||
$(MAKE) -C ../../lib
|
||||
|
||||
clean :
|
||||
clean :
|
||||
-rm -f *.o sub_single sub_multiple
|
||||
|
||||
@@ -14,5 +14,5 @@ main.o : main.cpp
|
||||
temperature_conversion.o : temperature_conversion.cpp
|
||||
${CXX} -c $^ -o $@ ${CFLAGS}
|
||||
|
||||
clean :
|
||||
clean :
|
||||
-rm -f *.o mqtt_temperature_conversion
|
||||
|
||||
Reference in New Issue
Block a user