update makefile
This commit is contained in:
parent
2a88947f03
commit
1604da0611
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -36,7 +36,7 @@ clean:
|
|||
rm -rf $(BIN)
|
||||
|
||||
install:
|
||||
cp $(APP) /usr/local/bin/wrapper
|
||||
cp $(APP) /usr/local/bin/raycaster
|
||||
|
||||
uninstall:
|
||||
rm /usr/local/bin/wrapper
|
||||
rm /usr/local/bin/raycaster
|
||||
|
|
Loading…
Reference in a new issue