acl/lib_acl_cpp/samples/mqtt/mqtt_length/Makefile
2021-03-25 16:43:02 +08:00

5 lines
46 B
Makefile

all:
g++ -o test main.cpp
clean:
rm -f test