Skip to content

Commit

Permalink
Makefile: don't fail if clean is called without a build
Browse files Browse the repository at this point in the history
Do not fail when calling the clean target without building first.

Signed-off-by: Stefan Agner <[email protected]>
  • Loading branch information
agners committed Aug 30, 2019
1 parent 8a56404 commit 6ef63df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ bin:

.PHONY: clean
clean:
rm -f bin/conmon src/*.o
rmdir bin
rm -rf bin/ src/*.o

.PHONY: install install.bin install.crio install.podman podman crio
install: install.bin
Expand Down

0 comments on commit 6ef63df

Please sign in to comment.