Update makefile

This commit is contained in:
dokutan 2020-02-08 03:58:22 +01:00
parent aa51715c2e
commit 1f75629c3c

View file

@ -15,3 +15,7 @@ uninstall:
upgrade:
g++ mouse_m908.cpp -o mouse_m908 -lusb-1.0 && \
cp ./mouse_m908 $(BIN_DIR)/mouse_m908
build:
g++ mouse_m908.cpp -o mouse_m908 -lusb-1.0