Fix Makefile
This commit is contained in:
parent
4857a0b228
commit
1e3c92e46a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ install:
|
||||||
update: unstall install
|
update: unstall install
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
$GIT pull
|
$(GIT) pull
|
||||||
|
|
||||||
unstall:
|
unstall:
|
||||||
$(RM) -r $(DEST)/ACU/
|
$(RM) -r $(DEST)/ACU/
|
||||||
|
|
|
||||||
Reference in a new issue