commit
d7751d2802
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -20,10 +20,10 @@ clean:
|
|||
distclean:
|
||||
rm -rf ./.ccache* ./$(BUILD_DIRS)
|
||||
|
||||
srcclean:
|
||||
rm -rf sources*
|
||||
src-pkg:
|
||||
tar cvJf sources.tar.xz sources .stamps
|
||||
|
||||
world: AMD64 S922X RK3588 RK3566 RK3566-X55 RK3326
|
||||
world: AMD64 RK3588 RK3326 RK3566 RK3566-X55 S922X
|
||||
|
||||
AMD64:
|
||||
PROJECT=PC DEVICE=AMD64 ARCH=i686 ./scripts/build_distro
|
||||
|
|
Loading…
Reference in a new issue