acl/lib_acl_cpp/samples/mqtt/mqtt_length/Makefile

5 lines
46 B
Makefile
Raw Normal View History

2021-03-25 16:43:02 +08:00
all:
g++ -o test main.cpp
clean:
rm -f test