mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05:00
Run "clean-src" at "clean"
This commit is contained in:
parent
b574a64c83
commit
d36d79f5d5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ endif
|
|||
|
||||
all: all-kernel
|
||||
|
||||
clean: clean-kernel clean-iso clean-libk clean-arch clean-test clean-modules
|
||||
clean: clean-kernel clean-iso clean-libk clean-arch clean-src clean-test clean-modules
|
||||
|
||||
test: run-test
|
||||
|
||||
|
|
Loading…
Reference in a new issue