Update makefile
This commit is contained in:
parent
aa51715c2e
commit
1f75629c3c
1 changed files with 4 additions and 0 deletions
4
makefile
4
makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue