mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
also clean third_party components on clean-all
This commit is contained in:
parent
a306f89334
commit
11c89d8b70
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ clean:
|
|||
$(MAKE) -C tests clean
|
||||
|
||||
clean-all:
|
||||
$(MAKE) -C third_party clean
|
||||
$(MAKE) -C hw clean
|
||||
$(MAKE) -C sim clean
|
||||
$(MAKE) -C driver clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue