mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
build: add -f flag to rm
in clean target
This way, running `make clean` twice would not generate an error anymore.
This commit is contained in:
parent
9556b05947
commit
bf18e534a9
1 changed files with 1 additions and 1 deletions
|
@ -90,4 +90,4 @@ uninstall-local:
|
|||
echo "$(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS)"; \
|
||||
$(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;
|
||||
clean-local:
|
||||
rm -r generated/*
|
||||
rm -rf generated/*
|
||||
|
|
Loading…
Reference in a new issue