Skip to content
Snippets Groups Projects
Commit abcbb1fa authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add clean to autocompile

parent ba95662c
Branches
No related tags found
No related merge requests found
#!/bin/bash
if [ ! -z $1 ]; then
if [ $1 = clean ]; then
rm *aux *log main.{i,g}* *toc
exit 0
fi
if [ $1 = conf ]; then
git subtree -P config pull ../config master && \
git subtree -P config push ../config core
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment