mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Refactor Makefile; add clean and purge
This commit is contained in:
parent
1fd6bbe305
commit
becd04fc53
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
@ -10,6 +10,12 @@ testein: test-requirements
|
|||
interactive-testein: test-requirements
|
||||
${MAKE} TESTEIN_OPTS="--no-batch" testein-1
|
||||
|
||||
clean: ert-clean
|
||||
rm -f lisp/*.elc
|
||||
|
||||
purge: clean
|
||||
rm -rf env log
|
||||
|
||||
submodule:
|
||||
git submodule update --init
|
||||
|
||||
|
@ -24,15 +30,9 @@ ert-clean:
|
|||
env-ipy.%:
|
||||
tools/makeenv.sh env/ipy.$* tools/requirement-ipy.$*.txt
|
||||
|
||||
env-clean:
|
||||
rm -rf env
|
||||
|
||||
log:
|
||||
mkdir log
|
||||
|
||||
log-clean:
|
||||
rm -rf log
|
||||
|
||||
test-requirements: ert-compile env-ipy.$(IPY_VERSION)
|
||||
|
||||
travis-ci-testein: test-requirements
|
||||
|
|
Loading…
Add table
Reference in a new issue