summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-02-28 13:07:58 -0600
committerbaude <bbaude@redhat.com>2018-02-28 13:08:35 -0600
commit45478b78434224f7686172959ce3d82858746758 (patch)
treec3a1aeb19f527aebdc67a4460bdaf2a10fdd191f /Makefile
parent2a59653bf3d5230a8be1a20ed9fcf53a185afba3 (diff)
downloadpodman-45478b78434224f7686172959ce3d82858746758.tar.gz
podman-45478b78434224f7686172959ce3d82858746758.tar.bz2
podman-45478b78434224f7686172959ce3d82858746758.zip
Re-enable copr builds
New structure for copr builds which hopefully is more stable Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4ff16978..4b2d1b02b 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ endif
rm -f test/bin2img/bin2img
rm -f test/copyimg/copyimg
rm -f test/checkseccomp/checkseccomp
+ rm -fr build/
libpodimage:
docker build -t ${LIBPOD_IMAGE} .