mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Update makefile N4
Update makefile N4 Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
a38a7920ac
commit
afd21c490e
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user