Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Sep 5, 2016
1 parent a95aa04 commit aad29fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -24,8 +24,8 @@ docker\:deb:
dpkg-buildpackage -us -uc
mv ../hello_* pkg/

docker\:build\:centos: Dockerfile.centos6
docker\:build\:centos:
docker build -f Dockerfile.centos6 -t docker-pkg-build-centos6 .

docker\:build\:ubuntu: Dockerfile.ubuntu-trusty
docker\:build\:ubuntu:
docker build -f Dockerfile.ubuntu-trusty -t docker-pkg-build-ubuntu-trusty .

0 comments on commit aad29fe

Please sign in to comment.