makefile and baudrate

This commit is contained in:
2020-09-04 19:17:45 +01:00
parent 9dd62f109a
commit 7898b6fde8
3 changed files with 8 additions and 2 deletions

View File

@ -14,6 +14,10 @@ mbusgw.o: mbusgw.c mbusgw.h
.PHONY: all
all: mbusgw
.PHONY: install
install: all
sudo cp mbusgw /usr/local/bin/
.PHONY: clean
clean:
-rm -f *.o mbusgw