Makefile: fix empty 'clean' target
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,8 +8,9 @@ install_buildenv:
|
|||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
|
# clear all caches, only required when changing the mirrors/architecture config
|
||||||
clean:
|
clean:
|
||||||
|
sudo lb clean --purge
|
||||||
|
|
||||||
WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/
|
WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/
|
||||||
download_extras:
|
download_extras:
|
||||||
@@ -46,7 +47,6 @@ bump_version:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
# Build the live system/ISO image
|
# Build the live system/ISO image
|
||||||
#sudo lb clean --purge #only required when changing the mirrors/architecture config
|
|
||||||
sudo lb clean --all
|
sudo lb clean --all
|
||||||
sudo lb config
|
sudo lb config
|
||||||
sudo lb build
|
sudo lb build
|
||||||
|
|||||||
Reference in New Issue
Block a user