Adding rust experience and hobbies
This commit is contained in:
4
Makefile
4
Makefile
@@ -19,8 +19,8 @@ resume: .docker-build
|
||||
--name ${CONTAINER_NAME} \
|
||||
${NAME} \
|
||||
pandoc ${FILE_NAME}.md -f markdown+yaml_metadata_block --template templates/jb2resume.latex -o ${FILE_NAME}.pdf \
|
||||
&& docker stop ${CONTAINER_NAME} \
|
||||
&& docker rm ${CONTAINER_NAME}
|
||||
; docker stop ${CONTAINER_NAME} \
|
||||
&& docker rm ${CONTAINER_NAME}
|
||||
|
||||
.docker-build:
|
||||
if [ ${CONTAINER_EXISTS} -ne 1 ]; then docker build -t ${NAME} . && echo "" > .docker-build; fi
|
||||
|
||||
Reference in New Issue
Block a user