Update makefile N4

Update makefile N4

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-04 14:40:29 +02:00
parent a38a7920ac
commit afd21c490e

View File

@ -297,7 +297,8 @@ $(STANDARD_IMAGES): %: %/Dockerfile base
rm -rf $@/imagefiles
clean:
for d in $(GEN_IMAGES) ; do rm -rf $$d/imagefiles ; done
for d in $(IMAGES) ; do rm -rf $$d/imagefiles ; done
for d in $(IMAGES) ; do rm -rf $(BIN)/dockcross-$$d ; done
for d in $(GEN_IMAGE_DOCKERFILES) ; do rm -f $$d ; done
rm -f Dockerfile