fix bug in rebuild introduced by new makefile changes
This commit is contained in:
parent
8870c422ca
commit
7e2c37e2f5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -91,4 +91,4 @@ distclean: clean
|
||||||
rm -rvf $(CURDIR)/deps
|
rm -rvf $(CURDIR)/deps
|
||||||
rm -rvf .DEV_MODE
|
rm -rvf .DEV_MODE
|
||||||
|
|
||||||
rebuild: distclean get-deps all
|
rebuild: distclean all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue