- fixed up the Makefile

This commit is contained in:
Rohith 2015-09-21 11:09:38 +01:00
parent 8fd667e97a
commit 9c90a63f5e
2 changed files with 1 additions and 0 deletions

View file

@ -14,6 +14,7 @@ build:
docker: build
sudo docker build -t ${AUTHOR}/${NAME} .
sudo docker build -t ${AUTHOR}/${NAME} .
clean:
rm -rf ./build 2>/dev/null

0
auth.go Normal file
View file