Skip to content

Commit

Permalink
Merge pull request #68 from agners/master
Browse files Browse the repository at this point in the history
Makefile: don't fail if clean is called without a build
  • Loading branch information
rhatdan authored Aug 31, 2019
2 parents 8a56404 + 6ef63df commit fac48d0
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 fac48d0

Please sign in to comment.