Merge branch 'master' into IPv6

This commit is contained in:
Jonathan Naylor 2020-09-03 10:25:51 +01:00
commit 056b40f267

View file

@ -26,6 +26,9 @@ FORCE:
clean:
$(RM) DMRGateway *.o *.d *.bak *~ GitVersion.h
install:
install -m 755 DMRGateway /usr/local/bin/
# Export the current git version if the index file exists, else 000...
GitVersion.h:
ifneq ("$(wildcard .git/index)","")