Skip to content

Instantly share code, notes, and snippets.

@audy
Last active September 27, 2017 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audy/2ab74129669072cee72649511f62080b to your computer and use it in GitHub Desktop.
Save audy/2ab74129669072cee72649511f62080b to your computer and use it in GitHub Desktop.
test: .PHONY
@python -m 'nose' --nocapture
ftest: .PHONY
@python -m 'nose' --with-focus --nocapture
clean:
@git clean -f
.PHONY:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment