dzavalishin / mqtt_udp

Simpified version of MQTT over UDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make on a clean unix

dzavalishin opened this issue · comments

  • common -> make version
  • maven java 11 fix
  • make get -> apt get all needed?
<configuration>
     <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>

remove sphinx from main make targets

make file < op not supported in curr ubuntu

cat := $(if $(filter $(OS),Windows_NT),type,cat)
variable := $(shell $(cat) filename)